mirror of
https://github.com/tonytins/citylimits
synced 2025-12-15 20:54:43 -05:00
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:
parent
b9fc048624
commit
9ba66410a4
7 changed files with 72 additions and 13 deletions
|
|
@ -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]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue