mirror of
https://codeberg.org/Ikatono/TierMaker.git
synced 2025-10-28 20:45:35 -05:00
113 lines
3.8 KiB
Plaintext
113 lines
3.8 KiB
Plaintext
[gd_scene load_steps=9 format=3 uid="uid://ck0t4k3guvmfm"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://b7pebyti48f7b" path="res://row.tscn" id="1_numg7"]
|
|
[ext_resource type="Script" path="res://game.cs" id="1_vl33u"]
|
|
[ext_resource type="Script" path="res://UnassignedCardPanel.cs" id="3_dbs2t"]
|
|
[ext_resource type="Script" path="res://PictureDropHandler.cs" id="3_owd27"]
|
|
[ext_resource type="StyleBox" uid="uid://cota68polt1iy" path="res://SettingsOverlayStyleBox.tres" id="6_8am6d"]
|
|
[ext_resource type="PackedScene" uid="uid://jm7tss267q8y" path="res://settings_popup.tscn" id="6_e1cou"]
|
|
[ext_resource type="PackedScene" uid="uid://dxvues6b3g2tn" path="res://card_edit_popup.tscn" id="6_eqvov"]
|
|
[ext_resource type="PackedScene" uid="uid://dwtxrx5xtewur" path="res://row_edit_popup.tscn" id="7_nyiqt"]
|
|
|
|
[node name="Game" type="Control"]
|
|
layout_mode = 3
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
size_flags_vertical = 3
|
|
script = ExtResource("1_vl33u")
|
|
_CardSize = Vector2(150, 150)
|
|
|
|
[node name="GameScrollContainer" type="ScrollContainer" parent="."]
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
|
|
[node name="GameContainer" type="VBoxContainer" parent="GameScrollContainer"]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 3
|
|
|
|
[node name="RowContainer" type="VBoxContainer" parent="GameScrollContainer/GameContainer"]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
size_flags_vertical = 3
|
|
|
|
[node name="Row_A" parent="GameScrollContainer/GameContainer/RowContainer" instance=ExtResource("1_numg7")]
|
|
layout_mode = 2
|
|
_RowColor = Color(0.964706, 0.482353, 0.494118, 1)
|
|
_RowText = "A"
|
|
RowId = "1"
|
|
|
|
[node name="Row_B" parent="GameScrollContainer/GameContainer/RowContainer" instance=ExtResource("1_numg7")]
|
|
layout_mode = 2
|
|
_RowColor = Color(0.996078, 0.878431, 0.541176, 1)
|
|
_RowText = "B"
|
|
RowId = "2"
|
|
|
|
[node name="Row_C" parent="GameScrollContainer/GameContainer/RowContainer" instance=ExtResource("1_numg7")]
|
|
layout_mode = 2
|
|
_RowColor = Color(0.988235, 1, 0.494118, 1)
|
|
_RowText = "C"
|
|
RowId = "3"
|
|
|
|
[node name="Row_D" parent="GameScrollContainer/GameContainer/RowContainer" instance=ExtResource("1_numg7")]
|
|
layout_mode = 2
|
|
_RowColor = Color(0.639216, 0.937255, 0.34902, 1)
|
|
_RowText = "D"
|
|
RowId = "4"
|
|
|
|
[node name="Row_F" parent="GameScrollContainer/GameContainer/RowContainer" instance=ExtResource("1_numg7")]
|
|
layout_mode = 2
|
|
_RowColor = Color(0.298039, 0.87451, 0.952941, 1)
|
|
_RowText = "F"
|
|
RowId = "5"
|
|
|
|
[node name="UnassignedCardPanel" type="PanelContainer" parent="GameScrollContainer/GameContainer"]
|
|
layout_mode = 2
|
|
size_flags_vertical = 3
|
|
script = ExtResource("3_dbs2t")
|
|
|
|
[node name="UnassignedCardContainer" type="HFlowContainer" parent="GameScrollContainer/GameContainer/UnassignedCardPanel"]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
|
|
[node name="PictureDropHandler" type="Node" parent="."]
|
|
unique_name_in_owner = true
|
|
script = ExtResource("3_owd27")
|
|
|
|
[node name="UiMask" type="Control" parent="."]
|
|
unique_name_in_owner = true
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
mouse_filter = 2
|
|
|
|
[node name="SettingsPopup" parent="." instance=ExtResource("6_e1cou")]
|
|
unique_name_in_owner = true
|
|
visible = false
|
|
layout_mode = 0
|
|
theme_override_styles/panel = ExtResource("6_8am6d")
|
|
|
|
[node name="RowEditPopup" parent="." instance=ExtResource("7_nyiqt")]
|
|
unique_name_in_owner = true
|
|
visible = false
|
|
layout_mode = 0
|
|
theme_override_styles/panel = ExtResource("6_8am6d")
|
|
|
|
[node name="CardEditPopup" parent="." instance=ExtResource("6_eqvov")]
|
|
unique_name_in_owner = true
|
|
visible = false
|
|
|
|
[connection signal="ExportSelected" from="SettingsPopup" to="." method="ExportGame"]
|
|
[connection signal="ImportSelected" from="SettingsPopup" to="." method="ImportGame"]
|