mirror of
https://git.kittycat.homes/zoe/pegchamp.git
synced 2024-08-15 03:15:39 +00:00
bugfixes for saving and layout
This commit is contained in:
parent
c30cc4589e
commit
44d47888ca
11 changed files with 26 additions and 32 deletions
|
@ -9,8 +9,11 @@
|
|||
bg_color = Color( 0.6, 0.6, 0.6, 0 )
|
||||
|
||||
[node name="LevelInfo" type="PanelContainer"]
|
||||
anchor_right = 1.0
|
||||
anchor_top = 1.0
|
||||
anchor_bottom = 1.0
|
||||
margin_top = -216.0
|
||||
margin_right = 117.0
|
||||
margin_bottom = -104.0
|
||||
theme = ExtResource( 2 )
|
||||
custom_styles/panel = SubResource( 1 )
|
||||
script = ExtResource( 1 )
|
||||
|
@ -18,27 +21,17 @@ __meta__ = {
|
|||
"_edit_use_anchors_": false
|
||||
}
|
||||
|
||||
[node name="CenterContainer" type="CenterContainer" parent="."]
|
||||
margin_right = 384.0
|
||||
margin_bottom = 216.0
|
||||
|
||||
[node name="HBoxContainer" type="HBoxContainer" parent="CenterContainer"]
|
||||
margin_left = 133.0
|
||||
margin_top = 59.0
|
||||
margin_right = 250.0
|
||||
margin_bottom = 157.0
|
||||
|
||||
[node name="VBoxContainer" type="VBoxContainer" parent="CenterContainer/HBoxContainer"]
|
||||
[node name="VBoxContainer" type="VBoxContainer" parent="."]
|
||||
margin_right = 117.0
|
||||
margin_bottom = 98.0
|
||||
margin_bottom = 112.0
|
||||
|
||||
[node name="XPLabel" type="Label" parent="CenterContainer/HBoxContainer/VBoxContainer"]
|
||||
[node name="XPLabel" type="Label" parent="VBoxContainer"]
|
||||
margin_right = 117.0
|
||||
margin_bottom = 18.0
|
||||
text = "XP: "
|
||||
script = ExtResource( 3 )
|
||||
|
||||
[node name="StageName" type="Label" parent="CenterContainer/HBoxContainer/VBoxContainer"]
|
||||
[node name="StageName" type="Label" parent="VBoxContainer"]
|
||||
margin_top = 22.0
|
||||
margin_right = 117.0
|
||||
margin_bottom = 40.0
|
||||
|
@ -46,7 +39,7 @@ theme = ExtResource( 2 )
|
|||
text = "select stage"
|
||||
valign = 3
|
||||
|
||||
[node name="ScoreLabel" type="Label" parent="CenterContainer/HBoxContainer/VBoxContainer"]
|
||||
[node name="ScoreLabel" type="Label" parent="VBoxContainer"]
|
||||
margin_top = 44.0
|
||||
margin_right = 117.0
|
||||
margin_bottom = 62.0
|
||||
|
@ -57,7 +50,7 @@ __meta__ = {
|
|||
"_edit_use_anchors_": false
|
||||
}
|
||||
|
||||
[node name="PlayButton" parent="CenterContainer/HBoxContainer/VBoxContainer" instance=ExtResource( 6 )]
|
||||
[node name="PlayButton" parent="VBoxContainer" instance=ExtResource( 6 )]
|
||||
anchor_left = 0.0
|
||||
anchor_top = 0.0
|
||||
anchor_right = 0.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue