adjusted position
This commit is contained in:
parent
a9c7106c3b
commit
fc7b6c1722
2 changed files with 9 additions and 4 deletions
|
@ -105,17 +105,18 @@ tracks/2/keys = {
|
|||
script = ExtResource( 2 )
|
||||
|
||||
[node name="Sprite" type="Sprite" parent="."]
|
||||
position = Vector2( 4, 0 )
|
||||
position = Vector2( 4, 3 )
|
||||
texture = ExtResource( 1 )
|
||||
|
||||
[node name="RayCast2D" type="RayCast2D" parent="."]
|
||||
position = Vector2( 3, 0 )
|
||||
position = Vector2( 3, 3 )
|
||||
enabled = true
|
||||
cast_to = Vector2( 0, 40 )
|
||||
collision_mask = 10
|
||||
collide_with_areas = true
|
||||
|
||||
[node name="Hitbox" type="Area2D" parent="."]
|
||||
position = Vector2( 0, 3 )
|
||||
collision_mask = 2
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="Hitbox"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue