hud
This commit is contained in:
parent
a6421235f8
commit
d729c0a7a3
14 changed files with 187 additions and 2 deletions
|
|
@ -21,6 +21,8 @@ Background="*res://globals/background.tscn"
|
|||
Display="*res://globals/display.tscn"
|
||||
SceneStack="*res://globals/scene_stack.gd"
|
||||
DebugOverlay="*res://globals/debug_overlay.tscn"
|
||||
CurrentGame="*res://globals/currentgame.tscn"
|
||||
Hud="*res://gui/hud.tscn"
|
||||
|
||||
[display]
|
||||
|
||||
|
|
@ -42,6 +44,10 @@ folder_colors={
|
|||
"res://systems/": "red"
|
||||
}
|
||||
|
||||
[global_group]
|
||||
|
||||
viewport_autoload=""
|
||||
|
||||
[input]
|
||||
|
||||
move_left={
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue