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
|
||||
|
|
|
@ -13,5 +13,5 @@ script = ExtResource( 1 )
|
|||
[node name="Tilemaps" type="Node" parent="."]
|
||||
script = ExtResource( 4 )
|
||||
|
||||
[node name="Tools" type="Node2D" parent="."]
|
||||
[node name="Tools" type="Node2D" parent="Tilemaps"]
|
||||
script = ExtResource( 3 )
|
||||
|
|
Loading…
Reference in a new issue