mirror of
https://github.com/tonytins/citylimits
synced 2025-06-26 01:44:42 -04:00
New(ish) icon
- Reorganized project directories
This commit is contained in:
parent
29c7fa4502
commit
f5c7355d5a
111 changed files with 167 additions and 158 deletions
7
scripts/newgame.gd
Normal file
7
scripts/newgame.gd
Normal 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")
|
Loading…
Add table
Add a link
Reference in a new issue