13 lines
435 B
Plaintext
13 lines
435 B
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://cx0vga81xwckh"]
|
|
|
|
[ext_resource type="Script" uid="uid://w2rqm1u7p7im" path="res://player.gd" id="1_4flbx"]
|
|
[ext_resource type="Script" uid="uid://bc51go8t8uvts" path="res://library.gd" id="2_onrkg"]
|
|
|
|
[node name="Player" type="Node2D"]
|
|
script = ExtResource("1_4flbx")
|
|
|
|
[node name="Hand" type="Node2D" parent="."]
|
|
|
|
[node name="Library" type="Node2D" parent="."]
|
|
script = ExtResource("2_onrkg")
|