initial game files
This commit is contained in:
commit
24a05c557d
14 changed files with 319 additions and 0 deletions
4
scenes/Building.gd
Normal file
4
scenes/Building.gd
Normal file
|
@ -0,0 +1,4 @@
|
|||
extends Node2D
|
||||
|
||||
func _process(delta):
|
||||
position = get_viewport().get_mouse_position()
|
Loading…
Add table
Add a link
Reference in a new issue