23 lines
611 B
Plaintext
23 lines
611 B
Plaintext
[gd_scene load_steps=2 format=3 uid="uid://dsc4ofx4h3gos"]
|
|
|
|
[ext_resource type="Script" uid="uid://d0wlixgjpcnyc" path="res://scripts/next_preview.gd" id="1_hyjpj"]
|
|
|
|
[node name="HUDRight" type="Control"]
|
|
layout_mode = 3
|
|
anchors_preset = 0
|
|
offset_left = 350.0
|
|
offset_right = 390.0
|
|
offset_bottom = 40.0
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="."]
|
|
layout_mode = 0
|
|
offset_right = 40.0
|
|
offset_bottom = 40.0
|
|
|
|
[node name="LabelNextTitle" type="Label" parent="VBoxContainer"]
|
|
layout_mode = 2
|
|
text = "Next"
|
|
|
|
[node name="NextPreview" type="Node2D" parent="VBoxContainer"]
|
|
script = ExtResource("1_hyjpj")
|