Title screen

- Title screen that lets you decide to the set the city name. Still figuring out the dropdown menu.
- Made city status script
This commit is contained in:
Anthony Foxclaw 2020-04-07 11:47:40 -04:00
parent b9fc048624
commit 9ba66410a4
7 changed files with 72 additions and 13 deletions

View file

@ -16,12 +16,12 @@ _global_script_class_icons={
[application]
config/name="City Limits"
run/main_scene="res://src/world.tscn"
run/main_scene="res://src/titlescreen.tscn"
config/icon="res://icon.png"
[autoload]
bank="*res://src/autoload/bank.gd"
CityData="*res://src/autoload/citydata.gd"
[display]