46 lines
1.9 KiB
Plaintext
46 lines
1.9 KiB
Plaintext
|
[gd_scene load_steps=7 format=3 uid="uid://b1b6w0uxuoydg"]
|
||
|
|
||
|
[ext_resource type="PackedScene" uid="uid://cfnvafnmgsg5n" path="res://ui/BasePauseMenuLayout.tscn" id="1_vsqym"]
|
||
|
[ext_resource type="Script" path="res://ui/DebugMenu/ChangeCharacter.gd" id="2_h0lfl"]
|
||
|
[ext_resource type="Texture2D" uid="uid://opjpliwjpjht" path="res://characters/playable/Stick/Stick_Placeholder.png" id="2_j0t4h"]
|
||
|
[ext_resource type="Texture2D" uid="uid://eo124gtt1t3p" path="res://characters/playable/Lorna/Lorna_Placeholder.png" id="3_yjt4m"]
|
||
|
[ext_resource type="Texture2D" uid="uid://d4ko0jdv85fjl" path="res://characters/playable/Blujai/Blujai_Placeholder.png" id="4_rcqpn"]
|
||
|
[ext_resource type="Texture2D" uid="uid://bk4enkgrs7hxp" path="res://characters/playable/Gibbo/Gibbo_Placeholder.png" id="5_wxqmt"]
|
||
|
|
||
|
[node name="ChangeCharacter" instance=ExtResource("1_vsqym")]
|
||
|
script = ExtResource("2_h0lfl")
|
||
|
|
||
|
[node name="VBoxContainer" type="VBoxContainer" parent="OuterMargin/Content" index="0"]
|
||
|
layout_mode = 2
|
||
|
theme_override_constants/separation = 64
|
||
|
alignment = 1
|
||
|
|
||
|
[node name="HBoxContainer" type="HBoxContainer" parent="OuterMargin/Content/VBoxContainer" index="0"]
|
||
|
layout_mode = 2
|
||
|
alignment = 1
|
||
|
|
||
|
[node name="Label" type="Label" parent="OuterMargin/Content/VBoxContainer/HBoxContainer" index="0"]
|
||
|
layout_mode = 2
|
||
|
text = "Play as whom?"
|
||
|
|
||
|
[node name="OptionButton" type="OptionButton" parent="OuterMargin/Content/VBoxContainer/HBoxContainer" index="1"]
|
||
|
layout_mode = 2
|
||
|
item_count = 4
|
||
|
popup/item_0/text = "Stick"
|
||
|
popup/item_0/icon = ExtResource("2_j0t4h")
|
||
|
popup/item_0/id = 0
|
||
|
popup/item_1/text = "Lorna"
|
||
|
popup/item_1/icon = ExtResource("3_yjt4m")
|
||
|
popup/item_1/id = 1
|
||
|
popup/item_2/text = "Blujai"
|
||
|
popup/item_2/icon = ExtResource("4_rcqpn")
|
||
|
popup/item_2/id = 2
|
||
|
popup/item_3/text = "Gibbo"
|
||
|
popup/item_3/icon = ExtResource("5_wxqmt")
|
||
|
popup/item_3/id = 3
|
||
|
|
||
|
[node name="OK" type="Button" parent="OuterMargin/Content/VBoxContainer" index="1"]
|
||
|
layout_mode = 2
|
||
|
size_flags_horizontal = 4
|
||
|
text = "OK"
|