ticker
This commit is contained in:
parent
c5846aba7b
commit
074bb21ffd
18 changed files with 99 additions and 51 deletions
|
@ -4,3 +4,9 @@ extends Node2D
|
|||
class_name StructureBehaviour
|
||||
|
||||
@onready var structure_parent : Structure = get_parent()
|
||||
|
||||
func _ready() -> void:
|
||||
Ticker.tick.connect(_tick)
|
||||
|
||||
@abstract
|
||||
func _tick(current_tick : int) -> void
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue