Second Prototype; Added Player Animations
This commit is contained in:
parent
51774f485b
commit
e82438139f
13 changed files with 332 additions and 73 deletions
14
scenes/game/collectionArea/collectionArea.tscn
Normal file
14
scenes/game/collectionArea/collectionArea.tscn
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
[gd_scene load_steps=3 format=3 uid="uid://sgnp11xty7i1"]
|
||||
|
||||
[ext_resource type="Script" path="res://scenes/game/collectionArea/collection_area.gd" id="1_c4amf"]
|
||||
|
||||
[sub_resource type="RectangleShape2D" id="RectangleShape2D_1qvdj"]
|
||||
size = Vector2(96, 96)
|
||||
|
||||
[node name="CollectionArea" type="Area2D"]
|
||||
collision_layer = 8
|
||||
collision_mask = 4
|
||||
script = ExtResource("1_c4amf")
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
||||
shape = SubResource("RectangleShape2D_1qvdj")
|
||||
Loading…
Add table
Add a link
Reference in a new issue