mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2025-05-29 20:29:00 +02:00
Simple title screen and level select menu
This commit is contained in:
parent
2e6d30134c
commit
8bfba3f0aa
8 changed files with 225 additions and 46 deletions
|
@ -51,8 +51,9 @@ _global_script_class_icons={
|
|||
[application]
|
||||
|
||||
config/name="git-hydra"
|
||||
run/main_scene="res://scenes/main.tscn"
|
||||
run/main_scene="res://scenes/level_select.tscn"
|
||||
config/use_custom_user_dir=true
|
||||
boot_splash/bg_color=Color( 0, 0, 0, 1 )
|
||||
|
||||
[autoload]
|
||||
|
||||
|
@ -141,3 +142,7 @@ limits/debugger_stdout/max_chars_per_second=100000
|
|||
limits/debugger_stdout/max_messages_per_frame=1000
|
||||
limits/debugger_stdout/max_errors_per_second=1000
|
||||
limits/debugger_stdout/max_warnings_per_second=1000
|
||||
|
||||
[rendering]
|
||||
|
||||
environment/default_clear_color=Color( 0, 0, 0, 1 )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue