Title screen and credits

Also skipping with space. Nice.
This commit is contained in:
Paul Norberger
2020-04-18 15:41:11 +02:00
parent 4d696c0cea
commit 766a18d9f4
7 changed files with 299 additions and 11 deletions

View File

@@ -33,7 +33,7 @@ _global_script_class_icons={
[application]
config/name="LD46 Game"
run/main_scene="res://World.tscn"
run/main_scene="res://Menus/TitleScreen/TitleScreen.tscn"
config/icon="res://icon.png"
[autoload]
@@ -98,6 +98,12 @@ down={
, Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":0,"axis":1,"axis_value":1.0,"script":null)
]
}
skip={
"deadzone": 0.5,
"events": [ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":32,"unicode":0,"echo":false,"script":null)
, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":10,"pressure":0.0,"pressed":false,"script":null)
]
}
[layer_names]