chunk displaying definitely doesn't work yet
This commit is contained in:
parent
7dc6a4c420
commit
abbaa6f450
16 changed files with 1170 additions and 113 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue