mirror of
https://git.kittycat.homes/zoe/pegchamp.git
synced 2024-08-15 03:15:39 +00:00
improved menu
This commit is contained in:
parent
2637008a33
commit
81bc9fa37f
59 changed files with 783 additions and 78 deletions
50
Menu/LevelInfo.tscn
Normal file
50
Menu/LevelInfo.tscn
Normal file
|
@ -0,0 +1,50 @@
|
|||
[gd_scene load_steps=3 format=2]
|
||||
|
||||
[ext_resource path="res://Menu/LevelInfo.gd" type="Script" id=1]
|
||||
[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
|
||||
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
|
||||
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 )]
|
||||
visible = false
|
||||
margin_left = 94.0
|
||||
margin_right = 126.0
|
||||
margin_bottom = 32.0
|
||||
disabled = true
|
Loading…
Add table
Add a link
Reference in a new issue