55 lines
1.5 KiB
Plaintext
55 lines
1.5 KiB
Plaintext
[gd_scene load_steps=4 format=3 uid="uid://co8jnr2dew5ts"]
|
|
|
|
[ext_resource type="Script" uid="uid://bykc0ufv25ij5" path="res://hand.gd" id="1_u4p2i"]
|
|
[ext_resource type="PackedScene" uid="uid://cmuig2rqt65f3" path="res://Cards/CursorGunCard.tscn" id="2_bfasp"]
|
|
[ext_resource type="PackedScene" uid="uid://dck7bp1b7553t" path="res://Cards/MineCard.tscn" id="2_e75s6"]
|
|
|
|
[node name="Hand" type="Control"]
|
|
layout_mode = 3
|
|
anchors_preset = 7
|
|
anchor_left = 0.5
|
|
anchor_top = 1.0
|
|
anchor_right = 0.5
|
|
anchor_bottom = 1.0
|
|
offset_left = -20.0
|
|
offset_top = -40.0
|
|
offset_right = 20.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 0
|
|
scale = Vector2(0.255, 0.255)
|
|
script = ExtResource("1_u4p2i")
|
|
player = NodePath("../../Player")
|
|
world = NodePath("../..")
|
|
metadata/_edit_use_anchors_ = true
|
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="."]
|
|
layout_mode = 1
|
|
anchors_preset = 7
|
|
anchor_left = 0.5
|
|
anchor_top = 1.0
|
|
anchor_right = 0.5
|
|
anchor_bottom = 1.0
|
|
offset_left = -604.0
|
|
offset_top = -484.0
|
|
offset_right = 604.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 0
|
|
|
|
[node name="Slot1" type="PanelContainer" parent="HBoxContainer"]
|
|
layout_mode = 2
|
|
|
|
[node name="Card" parent="HBoxContainer/Slot1" instance=ExtResource("2_e75s6")]
|
|
layout_mode = 2
|
|
|
|
[node name="Slot2" type="PanelContainer" parent="HBoxContainer"]
|
|
layout_mode = 2
|
|
|
|
[node name="Card" parent="HBoxContainer/Slot2" instance=ExtResource("2_bfasp")]
|
|
layout_mode = 2
|
|
|
|
[node name="Slot3" type="PanelContainer" parent="HBoxContainer"]
|
|
layout_mode = 2
|
|
|
|
[node name="Card" parent="HBoxContainer/Slot3" instance=ExtResource("2_bfasp")]
|
|
layout_mode = 2
|