placing tiles kinda works now

This commit is contained in:
zoe 2022-05-20 18:18:08 +02:00
parent 25acc57024
commit c65f7a994c
8 changed files with 89 additions and 29 deletions

View file

@ -1,6 +1,2 @@
extends Node2D
enum ACTIVE {PLACE}
func _process(_delta):
pass