initial game files

This commit is contained in:
Antti Hakkarainen 2023-02-05 23:36:27 +02:00
commit 24a05c557d
14 changed files with 319 additions and 0 deletions

4
scenes/Building.gd Normal file
View file

@ -0,0 +1,4 @@
extends Node2D
func _process(delta):
position = get_viewport().get_mouse_position()