mirror of
https://github.com/Cookie-CHR/LD54-SPAce-ltd.git
synced 2025-02-16 13:53:57 +00:00
47 lines
1.3 KiB
Text
47 lines
1.3 KiB
Text
[gd_scene load_steps=6 format=3 uid="uid://nkjpbpsveojp"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://lp5b8jgmg3g" path="res://Images/panel_level_over.png" id="1_3ww73"]
|
|
[ext_resource type="Texture2D" uid="uid://b1equ153xngag" path="res://Images/next.png" id="2_crt0o"]
|
|
[ext_resource type="Texture2D" uid="uid://c831drc16pkbk" path="res://Images/map_small.png" id="3_1osls"]
|
|
|
|
[sub_resource type="LabelSettings" id="LabelSettings_ep2fd"]
|
|
line_spacing = 0.0
|
|
font_size = 30
|
|
|
|
[sub_resource type="Theme" id="Theme_tesxp"]
|
|
default_font_size = 22
|
|
|
|
[node name="panel" type="Node2D"]
|
|
|
|
[node name="Sprite2D" type="Sprite2D" parent="."]
|
|
texture = ExtResource("1_3ww73")
|
|
|
|
[node name="Label" type="Label" parent="."]
|
|
offset_left = -96.0
|
|
offset_top = -113.0
|
|
offset_right = 95.0
|
|
offset_bottom = -13.0
|
|
text = "Level
|
|
completed!"
|
|
label_settings = SubResource("LabelSettings_ep2fd")
|
|
horizontal_alignment = 1
|
|
|
|
[node name="Next" type="Button" parent="."]
|
|
offset_left = -87.0
|
|
offset_right = 112.0
|
|
offset_bottom = 68.0
|
|
theme = SubResource("Theme_tesxp")
|
|
text = "Next level"
|
|
icon = ExtResource("2_crt0o")
|
|
flat = true
|
|
|
|
[node name="Map" type="Button" parent="."]
|
|
offset_left = -86.0
|
|
offset_top = 66.0
|
|
offset_right = 89.0
|
|
offset_bottom = 134.0
|
|
theme = SubResource("Theme_tesxp")
|
|
text = "To map
|
|
"
|
|
icon = ExtResource("3_1osls")
|
|
flat = true
|