ticker
This commit is contained in:
parent
c5846aba7b
commit
074bb21ffd
18 changed files with 99 additions and 51 deletions
|
@ -4,7 +4,7 @@ const inp1 := preload("res://generic/items/dbg_input1.tres")
|
|||
const inp2 := preload("res://generic/items/dbg_input2.tres")
|
||||
const out := preload("res://generic/items/dbg_output.tres")
|
||||
|
||||
func _process(_delta: float) -> void:
|
||||
func _tick(_current_tick: int) -> void:
|
||||
try_add(Vector2.UP,Stack.new(inp1,1))
|
||||
try_add(Vector2.DOWN,Stack.new(inp2,1))
|
||||
try_add(Vector2.RIGHT,Stack.new(out,1))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue