52 lines
1.8 KiB
Plaintext
52 lines
1.8 KiB
Plaintext
|
[gd_scene load_steps=6 format=3 uid="uid://bmmfykbgc7fua"]
|
||
|
|
||
|
[ext_resource type="StyleBox" uid="uid://bfbhypdlfde13" path="res://ui/LevelCardCutIn/LevelCardCutInStyleBox.tres" id="1_o0xed"]
|
||
|
[ext_resource type="Script" path="res://ui/LevelCardCutIn/LevelCardCutIn.gd" id="1_twwux"]
|
||
|
[ext_resource type="LabelSettings" uid="uid://ciwo61hdo2o0x" path="res://ui/LevelCardCutIn/LevelCardHeadingLabelSettings.tres" id="2_n7ls3"]
|
||
|
[ext_resource type="LabelSettings" uid="uid://b7yl7jfl247vw" path="res://ui/LevelCardCutIn/LevelCardLabelSettings.tres" id="3_4rtrn"]
|
||
|
[ext_resource type="AudioStream" uid="uid://70njibtnu05m" path="res://audio/level_card.ogg" id="5_ldq8o"]
|
||
|
|
||
|
[node name="LevelCardCutIn" type="Control"]
|
||
|
layout_mode = 3
|
||
|
anchors_preset = 15
|
||
|
anchor_right = 1.0
|
||
|
anchor_bottom = 1.0
|
||
|
grow_horizontal = 2
|
||
|
grow_vertical = 2
|
||
|
script = ExtResource("1_twwux")
|
||
|
|
||
|
[node name="PanelContainer" type="PanelContainer" parent="."]
|
||
|
layout_mode = 1
|
||
|
anchors_preset = 15
|
||
|
anchor_right = 1.0
|
||
|
anchor_bottom = 1.0
|
||
|
grow_horizontal = 2
|
||
|
grow_vertical = 2
|
||
|
theme_override_styles/panel = ExtResource("1_o0xed")
|
||
|
|
||
|
[node name="VBoxContainer" type="VBoxContainer" parent="PanelContainer"]
|
||
|
layout_mode = 2
|
||
|
theme_override_constants/separation = 16
|
||
|
alignment = 1
|
||
|
|
||
|
[node name="Level" type="Label" parent="PanelContainer/VBoxContainer"]
|
||
|
layout_mode = 2
|
||
|
theme_type_variation = &"HeaderLarge"
|
||
|
text = "Level Name"
|
||
|
label_settings = ExtResource("2_n7ls3")
|
||
|
|
||
|
[node name="Mission" type="Label" parent="PanelContainer/VBoxContainer"]
|
||
|
layout_mode = 2
|
||
|
text = "Reach the goal!"
|
||
|
label_settings = ExtResource("3_4rtrn")
|
||
|
|
||
|
[node name="BestTime" type="Label" parent="PanelContainer/VBoxContainer"]
|
||
|
layout_mode = 2
|
||
|
text = "Best time: 0:00:00:00"
|
||
|
label_settings = ExtResource("3_4rtrn")
|
||
|
|
||
|
[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="."]
|
||
|
stream = ExtResource("5_ldq8o")
|
||
|
autoplay = true
|
||
|
bus = &"Sound"
|