mirror of
https://git.kittycat.homes/zoe/codename-routes.git
synced 2024-08-15 03:18:26 +00:00
start work on placing tiles
This commit is contained in:
parent
2a47a75b91
commit
25acc57024
2 changed files with 4 additions and 1 deletions
|
@ -1,3 +1,6 @@
|
|||
extends Node2D
|
||||
|
||||
enum ACTIVE {PLACE}
|
||||
|
||||
func _process(_delta):
|
||||
pass
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue