text update
This commit is contained in:
parent
01388819af
commit
4ec7adfbdf
|
@ -154,6 +154,13 @@ libraries = {
|
||||||
}
|
}
|
||||||
script = ExtResource("2_h31ej")
|
script = ExtResource("2_h31ej")
|
||||||
|
|
||||||
|
[node name="Label" type="Label" parent="fadeOut"]
|
||||||
|
offset_left = 510.0
|
||||||
|
offset_top = -39.0
|
||||||
|
offset_right = 602.0
|
||||||
|
offset_bottom = -16.0
|
||||||
|
text = "placeholder"
|
||||||
|
|
||||||
[node name="ColorRect" type="ColorRect" parent="fadeOut"]
|
[node name="ColorRect" type="ColorRect" parent="fadeOut"]
|
||||||
modulate = Color(0, 0, 0, 1)
|
modulate = Color(0, 0, 0, 1)
|
||||||
anchors_preset = 15
|
anchors_preset = 15
|
||||||
|
@ -165,12 +172,5 @@ mouse_filter = 2
|
||||||
color = Color(0, 0, 0, 1)
|
color = Color(0, 0, 0, 1)
|
||||||
metadata/_edit_use_anchors_ = true
|
metadata/_edit_use_anchors_ = true
|
||||||
|
|
||||||
[node name="Label" type="Label" parent="fadeOut"]
|
|
||||||
offset_left = 510.0
|
|
||||||
offset_top = -39.0
|
|
||||||
offset_right = 602.0
|
|
||||||
offset_bottom = -16.0
|
|
||||||
text = "placeholder"
|
|
||||||
|
|
||||||
[connection signal="body_entered" from="exitZone" to="exitZone" method="_on_body_entered"]
|
[connection signal="body_entered" from="exitZone" to="exitZone" method="_on_body_entered"]
|
||||||
[connection signal="playerExit" from="exitZone" to="fadeOut/AnimationPlayer" method="_on_exit_zone_player_exit"]
|
[connection signal="playerExit" from="exitZone" to="fadeOut/AnimationPlayer" method="_on_exit_zone_player_exit"]
|
||||||
|
|
|
@ -17,9 +17,9 @@ grow_vertical = 2
|
||||||
[node name="Start button" type="Button" parent="."]
|
[node name="Start button" type="Button" parent="."]
|
||||||
layout_mode = 0
|
layout_mode = 0
|
||||||
offset_left = 367.0
|
offset_left = 367.0
|
||||||
offset_top = 168.0
|
offset_top = 221.0
|
||||||
offset_right = 777.0
|
offset_right = 777.0
|
||||||
offset_bottom = 246.0
|
offset_bottom = 299.0
|
||||||
theme_override_fonts/font = SubResource("SystemFont_7yr4w")
|
theme_override_fonts/font = SubResource("SystemFont_7yr4w")
|
||||||
theme_override_font_sizes/font_size = 51
|
theme_override_font_sizes/font_size = 51
|
||||||
text = "Start"
|
text = "Start"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user