changed snail origin
This commit is contained in:
parent
1e0202864f
commit
ca3f67b1f1
4 changed files with 17 additions and 2 deletions
|
@ -35,16 +35,18 @@ faster_speed = 80
|
|||
|
||||
[node name="AnimatedSprite" type="AnimatedSprite" parent="."]
|
||||
material = SubResource( 1 )
|
||||
position = Vector2( 3, 3 )
|
||||
frames = SubResource( 4 )
|
||||
playing = true
|
||||
|
||||
[node name="Area2D" type="Area2D" parent="."]
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="Area2D"]
|
||||
position = Vector2( 0, 1 )
|
||||
position = Vector2( 4, 4 )
|
||||
shape = SubResource( 5 )
|
||||
|
||||
[node name="RayCast2D" type="RayCast2D" parent="Area2D"]
|
||||
position = Vector2( 0, 4 )
|
||||
enabled = true
|
||||
cast_to = Vector2( 32, 0 )
|
||||
collision_mask = 8
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue