New(ish) icon

- Reorganized project directories
This commit is contained in:
Anthony Foxclaw 2020-06-11 00:05:09 -04:00
parent 29c7fa4502
commit f5c7355d5a
111 changed files with 167 additions and 158 deletions

7
scripts/newgame.gd Normal file
View file

@ -0,0 +1,7 @@
extends Control
func _on_CreateBtn_pressed():
var city_name = $CityNameEdit.text
CityData.city_name = city_name
get_tree().change_scene("res://scenes/game.tscn")