mirror of
https://github.com/tonytins/dressupzack
synced 2025-06-26 08:34:43 -04:00
"Shell" interface
- Created a new hidden "shell" interface. This was initially created for testing the new localization settings but can easily be extended for other purposes.
This commit is contained in:
parent
7216c18d57
commit
6a806cc55a
4 changed files with 150 additions and 13 deletions
|
@ -11,9 +11,10 @@ config_version=3
|
|||
[application]
|
||||
|
||||
config/name="Zack's Dress Up 1½"
|
||||
run/main_scene="res://MainScreen.tscn"
|
||||
run/main_scene="res://GameScreen.tscn"
|
||||
boot_splash/image="res://assets/game splash.png"
|
||||
config/icon="res://icon.png"
|
||||
name_sv="Zacks klä upp 1½"
|
||||
|
||||
[display]
|
||||
|
||||
|
@ -21,6 +22,11 @@ window/size/width=800
|
|||
window/size/height=554
|
||||
window/size/resizable=false
|
||||
|
||||
[input]
|
||||
|
||||
ui_test=[ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":true,"meta":false,"command":true,"pressed":false,"scancode":16777255,"unicode":0,"echo":false,"script":null)
|
||||
]
|
||||
|
||||
[locale]
|
||||
|
||||
locale_filter=[ 1, [ "en", "sv" ] ]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue