mirror of
https://git.kittycat.homes/zoe/pegchamp.git
synced 2024-08-15 03:15:39 +00:00
save system
This commit is contained in:
parent
ad8de1dbb7
commit
ffcccb8c2e
29 changed files with 286 additions and 77 deletions
|
@ -1,50 +1,65 @@
|
|||
[gd_scene load_steps=3 format=2]
|
||||
[gd_scene load_steps=5 format=2]
|
||||
|
||||
[ext_resource path="res://Menu/LevelInfo.gd" type="Script" id=1]
|
||||
[ext_resource path="res://Menu/Theme.tres" type="Theme" id=2]
|
||||
[ext_resource path="res://Menu/Buttons/PlayButton.tscn" type="PackedScene" id=6]
|
||||
|
||||
[node name="LevelInfo" type="VBoxContainer"]
|
||||
margin_left = 3.0
|
||||
margin_right = 150.0
|
||||
margin_bottom = 165.0
|
||||
alignment = 2
|
||||
[sub_resource type="StyleBoxFlat" id=1]
|
||||
bg_color = Color( 0.847059, 0.74902, 0.847059, 1 )
|
||||
|
||||
[node name="LevelInfo" type="PanelContainer"]
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
theme = ExtResource( 2 )
|
||||
custom_styles/panel = SubResource( 1 )
|
||||
script = ExtResource( 1 )
|
||||
__meta__ = {
|
||||
"_edit_use_anchors_": false
|
||||
}
|
||||
|
||||
[node name="ScoreLabel" type="Label" parent="."]
|
||||
margin_top = 115.0
|
||||
margin_right = 147.0
|
||||
margin_bottom = 129.0
|
||||
[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 = 88.0
|
||||
margin_right = 250.0
|
||||
margin_bottom = 128.0
|
||||
alignment = 1
|
||||
|
||||
[node name="VBoxContainer" type="VBoxContainer" parent="CenterContainer/HBoxContainer"]
|
||||
margin_right = 117.0
|
||||
margin_bottom = 40.0
|
||||
alignment = 1
|
||||
|
||||
[node name="ScoreLabel" type="Label" parent="CenterContainer/HBoxContainer/VBoxContainer"]
|
||||
margin_right = 117.0
|
||||
margin_bottom = 18.0
|
||||
theme = ExtResource( 2 )
|
||||
text = "high score"
|
||||
align = 2
|
||||
valign = 3
|
||||
__meta__ = {
|
||||
"_edit_use_anchors_": false
|
||||
}
|
||||
|
||||
[node name="StageName" type="Label" parent="CenterContainer/HBoxContainer/VBoxContainer"]
|
||||
margin_top = 22.0
|
||||
margin_right = 117.0
|
||||
margin_bottom = 40.0
|
||||
theme = ExtResource( 2 )
|
||||
text = "select stage"
|
||||
align = 2
|
||||
valign = 3
|
||||
|
||||
[node name="StageName" type="Label" parent="."]
|
||||
margin_top = 133.0
|
||||
margin_right = 147.0
|
||||
margin_bottom = 147.0
|
||||
text = "..."
|
||||
align = 2
|
||||
valign = 3
|
||||
|
||||
[node name="HBoxContainer" type="HBoxContainer" parent="."]
|
||||
margin_top = 151.0
|
||||
margin_right = 147.0
|
||||
margin_bottom = 165.0
|
||||
alignment = 2
|
||||
|
||||
[node name="GoodLuck!!!" type="Label" parent="HBoxContainer"]
|
||||
margin_left = 135.0
|
||||
margin_right = 147.0
|
||||
margin_bottom = 14.0
|
||||
text = "..."
|
||||
align = 2
|
||||
valign = 3
|
||||
|
||||
[node name="PlayButton" parent="HBoxContainer" instance=ExtResource( 6 )]
|
||||
[node name="PlayButton" parent="CenterContainer/HBoxContainer" instance=ExtResource( 6 )]
|
||||
visible = false
|
||||
margin_left = 94.0
|
||||
margin_right = 126.0
|
||||
anchor_left = 0.0
|
||||
anchor_top = 0.0
|
||||
anchor_right = 0.0
|
||||
anchor_bottom = 0.0
|
||||
margin_left = 121.0
|
||||
margin_top = 0.0
|
||||
margin_right = 153.0
|
||||
margin_bottom = 32.0
|
||||
disabled = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue