move source files to separate folders

This commit is contained in:
Antti Hakkarainen 2023-02-18 10:45:19 +02:00
parent e619b9a6df
commit 99b28ecfa3
23 changed files with 34 additions and 34 deletions

9
source/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