22 lines
798 B
Plaintext
22 lines
798 B
Plaintext
[gd_scene load_steps=5 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://dvu4gdhqjejeo" path="res://hand.gd" id="2_i3pqv"]
|
|
[ext_resource type="Script" uid="uid://bc51go8t8uvts" path="res://library.gd" id="2_onrkg"]
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_onrkg"]
|
|
size = Vector2(1920, 200)
|
|
|
|
[node name="Player" type="Node2D"]
|
|
script = ExtResource("1_4flbx")
|
|
|
|
[node name="Hand" type="StaticBody2D" parent="."]
|
|
script = ExtResource("2_i3pqv")
|
|
|
|
[node name="CollisionArea" type="CollisionShape2D" parent="Hand"]
|
|
position = Vector2(960, 980)
|
|
shape = SubResource("RectangleShape2D_onrkg")
|
|
|
|
[node name="Library" type="Node2D" parent="."]
|
|
script = ExtResource("2_onrkg")
|