pegchamp/Menu/LevelInfo.tscn

63 lines
1.5 KiB
Plaintext

[gd_scene load_steps=6 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/XPLabel.gd" type="Script" id=3]
[ext_resource path="res://Menu/Buttons/PlayButton.tscn" type="PackedScene" id=6]
[sub_resource type="StyleBoxFlat" id=1]
bg_color = Color( 0.6, 0.6, 0.6, 0 )
[node name="LevelInfo" type="PanelContainer"]
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 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="VBoxContainer" type="VBoxContainer" parent="."]
margin_right = 117.0
margin_bottom = 112.0
[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="VBoxContainer"]
margin_top = 22.0
margin_right = 117.0
margin_bottom = 40.0
theme = ExtResource( 2 )
text = "select stage"
valign = 3
[node name="ScoreLabel" type="Label" parent="VBoxContainer"]
margin_top = 44.0
margin_right = 117.0
margin_bottom = 62.0
theme = ExtResource( 2 )
text = "high score"
valign = 3
__meta__ = {
"_edit_use_anchors_": false
}
[node name="PlayButton" parent="VBoxContainer" instance=ExtResource( 6 )]
anchor_left = 0.0
anchor_top = 0.0
anchor_right = 0.0
anchor_bottom = 0.0
margin_left = 0.0
margin_top = 66.0
margin_right = 32.0
margin_bottom = 98.0
shortcut_in_tooltip = false