mirror of
https://codeberg.org/Ikatono/TierMaker.git
synced 2025-10-28 20:45:35 -05:00
forgot to commit for a while
This commit is contained in:
29
game.tscn
29
game.tscn
@@ -1,12 +1,11 @@
|
||||
[gd_scene load_steps=6 format=3 uid="uid://ck0t4k3guvmfm"]
|
||||
[gd_scene load_steps=7 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"]
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_yj5pd"]
|
||||
bg_color = Color(0.788235, 0.788235, 0.788235, 1)
|
||||
[ext_resource type="Script" path="res://TwitchChatWatcher.cs" id="5_qurdj"]
|
||||
[ext_resource type="Script" path="res://CommandHandler.cs" id="5_yfhlo"]
|
||||
[ext_resource type="PackedScene" uid="uid://jm7tss267q8y" path="res://settings_popup.tscn" id="6_e1cou"]
|
||||
|
||||
[node name="Game" type="Control"]
|
||||
layout_mode = 3
|
||||
@@ -62,16 +61,6 @@ _RowColor = Color(0.298039, 0.87451, 0.952941, 1)
|
||||
_RowText = "F"
|
||||
RowId = "5"
|
||||
|
||||
[node name="UnassignedCardPanel" type="PanelContainer" parent="GameContainer"]
|
||||
layout_mode = 2
|
||||
size_flags_vertical = 3
|
||||
theme_override_styles/panel = SubResource("StyleBoxFlat_yj5pd")
|
||||
script = ExtResource("3_dbs2t")
|
||||
|
||||
[node name="UnassignedCardContainer" type="HFlowContainer" parent="GameContainer/UnassignedCardPanel"]
|
||||
unique_name_in_owner = true
|
||||
layout_mode = 2
|
||||
|
||||
[node name="PictureDropHandler" type="Control" parent="."]
|
||||
unique_name_in_owner = true
|
||||
anchors_preset = 0
|
||||
@@ -90,3 +79,13 @@ item_1/id = 1
|
||||
item_count = 1
|
||||
item_0/text = ""
|
||||
item_0/id = 0
|
||||
|
||||
[node name="TwitchChatWatcher" type="Node" parent="."]
|
||||
script = ExtResource("5_qurdj")
|
||||
|
||||
[node name="CommandHandler" type="Node" parent="."]
|
||||
script = ExtResource("5_yfhlo")
|
||||
|
||||
[node name="SettingsPopup" parent="." instance=ExtResource("6_e1cou")]
|
||||
|
||||
[connection signal="IncomingCommand" from="TwitchChatWatcher" to="CommandHandler" method="IncomingCommand"]
|
||||
|
||||
Reference in New Issue
Block a user