chunk displaying definitely doesn't work yet

This commit is contained in:
Antti Hakkarainen 2023-02-12 18:18:31 +02:00
parent 7dc6a4c420
commit abbaa6f450
16 changed files with 1170 additions and 113 deletions

View file

@ -1,4 +1,9 @@
class_name Building
extends TileMap
func _init():
print("perse")
func _process(_delta):
position = get_viewport().get_mouse_position()
#position = get_viewport().get_mouse_position()
pass