adjusted level and barrier
This commit is contained in:
parent
209884f133
commit
b2baccfa57
16 changed files with 138 additions and 46 deletions
|
@ -26,7 +26,7 @@ animations = [ {
|
|||
} ]
|
||||
|
||||
[sub_resource type="RectangleShape2D" id=5]
|
||||
extents = Vector2( 8, 8 )
|
||||
extents = Vector2( 5.5, 6 )
|
||||
|
||||
[node name="Snake" type="Node2D"]
|
||||
script = ExtResource( 3 )
|
||||
|
@ -39,9 +39,9 @@ frame = 1
|
|||
playing = true
|
||||
|
||||
[node name="Area2D" type="Area2D" parent="."]
|
||||
visible = false
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="Area2D"]
|
||||
position = Vector2( 0.5, 2 )
|
||||
shape = SubResource( 5 )
|
||||
|
||||
[connection signal="area_entered" from="Area2D" to="." method="_on_Area2D_area_entered"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue