implement marathon start screen
This commit is contained in:
parent
048d63a353
commit
db0a61e162
7 changed files with 267 additions and 53 deletions
|
@ -72,7 +72,7 @@ func _physics_process(delta):
|
|||
else:
|
||||
lives_counter.text = str(Game.deaths)
|
||||
#Life bonus color
|
||||
if Game.lives == 2:
|
||||
if Game.deaths == 0:
|
||||
lives_counter.modulate = bonus_color
|
||||
else:
|
||||
lives_counter.modulate = Color.white
|
||||
|
|
|
@ -81,7 +81,7 @@ margin_bottom = 32.0
|
|||
unique_name_in_owner = true
|
||||
margin_top = 36.0
|
||||
margin_right = 218.0
|
||||
margin_bottom = 132.0
|
||||
margin_bottom = 116.0
|
||||
focus_mode = 2
|
||||
tabs_visible = false
|
||||
|
||||
|
@ -138,7 +138,6 @@ script = ExtResource( 3 )
|
|||
options = [ "none", "no stains", "full" ]
|
||||
|
||||
[node name="Video" type="VBoxContainer" parent="CenterContainer/PanelContainer/MarginContainer/VBoxContainer/Tabs"]
|
||||
visible = false
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
focus_next = NodePath("Fullscreen/SelectFullscreen")
|
||||
|
@ -443,6 +442,7 @@ script = ExtResource( 3 )
|
|||
options = [ "off", "on" ]
|
||||
|
||||
[node name="Input" type="VBoxContainer" parent="CenterContainer/PanelContainer/MarginContainer/VBoxContainer/Tabs"]
|
||||
visible = false
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
focus_next = NodePath("Left/Keyboard")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue