Merge branch 'main' of https://forge.darkwagonstudio.com/dark-wagon-studio/tcg
This commit is contained in:
commit
cd9f7c7679
3 changed files with 113 additions and 16 deletions
|
|
@ -6,7 +6,7 @@
|
|||
[ext_resource type="PackedScene" uid="uid://cikstg43mudkn" path="res://tcg/match/match_manager.tscn" id="3_3yhrl"]
|
||||
[ext_resource type="Resource" uid="uid://cs7q8i7bvohmj" path="res://data/cards/monster/capytain.tres" id="3_we1tk"]
|
||||
[ext_resource type="Resource" uid="uid://4eod3m0vc5a8" path="res://data/cards/support/potion.tres" id="4_kkhfk"]
|
||||
[ext_resource type="Resource" uid="uid://di76avwc0gn8e" path="res://data/cards/monster/axoluna.tres" id="5_3cm5x"]
|
||||
[ext_resource type="Resource" uid="uid://deo8mj887rfx1" path="res://data/cards/monster/axoluna.tres" id="5_3cm5x"]
|
||||
[ext_resource type="Resource" uid="uid://bcrlaam8uq6xt" path="res://data/cards/support/lifesteal.tres" id="6_potm8"]
|
||||
[ext_resource type="PackedScene" uid="uid://bhrelvt51cbp2" path="res://ui/card_template/monster_card.tscn" id="7_4ah45"]
|
||||
[ext_resource type="Resource" uid="uid://dgxcvdo6x6kst" path="res://data/cards/support/all_out_attack.tres" id="7_nvv8k"]
|
||||
|
|
@ -20,6 +20,7 @@
|
|||
[ext_resource type="Resource" uid="uid://bmst884k0myvd" path="res://data/cards/monster/cattogato.tres" id="12_xqqfn"]
|
||||
[ext_resource type="Texture2D" uid="uid://6trhu2r7h6g3" path="res://assets/card_base/illust bg 1.png" id="13_bdgfp"]
|
||||
[ext_resource type="Texture2D" uid="uid://b0pclmv0j0r12" path="res://assets/card_base/kertas.png" id="18_gwpy8"]
|
||||
[ext_resource type="Theme" uid="uid://is34t82g4jg" path="res://cards.tres" id="19_3iovu"]
|
||||
[ext_resource type="Texture2D" uid="uid://ch04c20lkis6j" path="res://assets/card_base/gunting.png" id="19_clnw6"]
|
||||
[ext_resource type="Texture2D" uid="uid://bywa8qlwvcksd" path="res://assets/card_base/batu.png" id="20_672ya"]
|
||||
|
||||
|
|
@ -261,18 +262,6 @@ offset_bottom = 31.0
|
|||
grow_horizontal = 2
|
||||
alignment = 1
|
||||
|
||||
[node name="Button" type="Button" parent="Opponent/Hand"]
|
||||
layout_mode = 2
|
||||
text = "CARD_1"
|
||||
|
||||
[node name="Button2" type="Button" parent="Opponent/Hand"]
|
||||
layout_mode = 2
|
||||
text = "CARD_2"
|
||||
|
||||
[node name="Button3" type="Button" parent="Opponent/Hand"]
|
||||
layout_mode = 2
|
||||
text = "CARD_3"
|
||||
|
||||
[node name="EnergyLabel" type="Label" parent="Opponent"]
|
||||
layout_mode = 2
|
||||
offset_top = 35.0
|
||||
|
|
@ -313,6 +302,50 @@ text = "Start Game"
|
|||
|
||||
[node name="MatchManager" parent="." instance=ExtResource("3_3yhrl")]
|
||||
|
||||
[node name="PhaseInfo" type="VBoxContainer" parent="."]
|
||||
unique_name_in_owner = true
|
||||
layout_mode = 1
|
||||
anchors_preset = 8
|
||||
anchor_left = 0.5
|
||||
anchor_top = 0.5
|
||||
anchor_right = 0.5
|
||||
anchor_bottom = 0.5
|
||||
offset_left = 347.0
|
||||
offset_top = -102.0
|
||||
offset_right = 864.0
|
||||
offset_bottom = 106.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
|
||||
[node name="PhaseHeader" type="VBoxContainer" parent="PhaseInfo"]
|
||||
layout_mode = 2
|
||||
theme_override_constants/separation = 24
|
||||
alignment = 2
|
||||
|
||||
[node name="Summon" type="Label" parent="PhaseInfo/PhaseHeader"]
|
||||
layout_mode = 2
|
||||
theme = ExtResource("19_3iovu")
|
||||
theme_override_font_sizes/font_size = 24
|
||||
text = "Summon"
|
||||
|
||||
[node name="Support 1" type="Label" parent="PhaseInfo/PhaseHeader"]
|
||||
layout_mode = 2
|
||||
theme = ExtResource("19_3iovu")
|
||||
theme_override_font_sizes/font_size = 24
|
||||
text = "Support (1)"
|
||||
|
||||
[node name="RPS" type="Label" parent="PhaseInfo/PhaseHeader"]
|
||||
layout_mode = 2
|
||||
theme = ExtResource("19_3iovu")
|
||||
theme_override_font_sizes/font_size = 24
|
||||
text = "Rock, Paper, Scissors"
|
||||
|
||||
[node name="Support 2" type="Label" parent="PhaseInfo/PhaseHeader"]
|
||||
layout_mode = 2
|
||||
theme = ExtResource("19_3iovu")
|
||||
theme_override_font_sizes/font_size = 24
|
||||
text = "Support (2)"
|
||||
|
||||
[connection signal="play_card" from="Own" to="." method="_on_own_play_card"]
|
||||
[connection signal="rps_move" from="Own" to="." method="_on_own_rps_move"]
|
||||
[connection signal="button_down" from="Own/HBoxContainer/KertasButton" to="Own" method="_on_kertas_button_button_down"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue