19 lines
528 B
Plaintext
19 lines
528 B
Plaintext
[gd_scene load_steps=2 format=3 uid="uid://co8jnr2dew5ts"]
|
|
|
|
[ext_resource type="Script" uid="uid://bykc0ufv25ij5" path="res://hand.gd" id="1_u4p2i"]
|
|
|
|
[node name="Hand" type="Panel"]
|
|
offset_right = 40.0
|
|
offset_bottom = 40.0
|
|
script = ExtResource("1_u4p2i")
|
|
player = NodePath("../../Player")
|
|
world = NodePath("../..")
|
|
|
|
[node name="MarginContainer" type="MarginContainer" parent="."]
|
|
layout_mode = 0
|
|
offset_right = 40.0
|
|
offset_bottom = 40.0
|
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="MarginContainer"]
|
|
layout_mode = 2
|