start work on placing tiles

This commit is contained in:
zoe 2022-05-19 19:50:00 +02:00
parent 13ae90769b
commit 2a47a75b91
5 changed files with 20 additions and 5 deletions

3
godot/world/Tools.gd Normal file
View file

@ -0,0 +1,3 @@
extends Node2D
enum ACTIVE {PLACE}