Added two states, collected and not collected

This commit is contained in:
2022-06-11 00:26:11 -04:00
parent 5fe9e3340a
commit 876206c39d
12 changed files with 238 additions and 12 deletions

View File

@@ -12,7 +12,7 @@
extents = Vector2( 7, 12 )
[node name="Player" type="KinematicBody2D"]
collision_mask = 6
collision_mask = 2
script = ExtResource( 5 )
[node name="AnimatedSprite" type="AnimatedSprite" parent="."]