2025-01-25 22:00:20 +07:00
|
|
|
[gd_scene load_steps=6 format=3 uid="uid://lrb86kqjqt4v"]
|
2025-01-25 18:40:14 +07:00
|
|
|
|
|
|
|
|
[ext_resource type="Script" path="res://test_card.gd" id="1_tqmas"]
|
2025-01-25 18:46:32 +07:00
|
|
|
[ext_resource type="PackedScene" uid="uid://dg5amjm1gqi06" path="res://ui/card_template/support_card_green.tscn" id="2_22pto"]
|
2025-01-25 18:40:14 +07:00
|
|
|
[ext_resource type="Resource" uid="uid://4eod3m0vc5a8" path="res://data/cards/support/potion.tres" id="2_tbbjy"]
|
2025-01-25 18:46:32 +07:00
|
|
|
[ext_resource type="PackedScene" uid="uid://cds50kwwhlgam" path="res://ui/card_template/support_card_red.tscn" id="3_7wd2e"]
|
2025-01-25 22:00:20 +07:00
|
|
|
[ext_resource type="PackedScene" uid="uid://bhrelvt51cbp2" path="res://ui/card_template/monster_card.tscn" id="5_8mwjl"]
|
2025-01-25 18:40:14 +07:00
|
|
|
|
|
|
|
|
[node name="TestCard" type="Control"]
|
|
|
|
|
layout_mode = 3
|
|
|
|
|
anchors_preset = 15
|
|
|
|
|
anchor_right = 1.0
|
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
|
grow_horizontal = 2
|
|
|
|
|
grow_vertical = 2
|
|
|
|
|
script = ExtResource("1_tqmas")
|
|
|
|
|
card = ExtResource("2_tbbjy")
|
|
|
|
|
|
|
|
|
|
[node name="Green" parent="." instance=ExtResource("2_22pto")]
|
|
|
|
|
offset_left = 225.0
|
|
|
|
|
offset_top = 165.0
|
|
|
|
|
offset_right = 445.0
|
|
|
|
|
offset_bottom = 485.0
|
|
|
|
|
|
|
|
|
|
[node name="Red" parent="." instance=ExtResource("3_7wd2e")]
|
|
|
|
|
offset_left = 699.0
|
|
|
|
|
offset_top = 168.0
|
|
|
|
|
offset_right = 919.0
|
|
|
|
|
offset_bottom = 488.0
|
2025-01-25 22:00:20 +07:00
|
|
|
|
|
|
|
|
[node name="MonsterCard" parent="." instance=ExtResource("5_8mwjl")]
|
|
|
|
|
layout_mode = 1
|
|
|
|
|
offset_left = 461.0
|
|
|
|
|
offset_top = 162.0
|
|
|
|
|
offset_right = -471.0
|
|
|
|
|
offset_bottom = -166.0
|