display minimap sprite as map background

This commit is contained in:
Antti Hakkarainen 2023-02-15 21:13:24 +02:00
parent d07708ff01
commit d31fced182
15 changed files with 135 additions and 56 deletions

9
scripts/Building.gd Normal file
View file

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