mirror of
https://github.com/creyD/ludum_dare_46.git
synced 2026-06-14 06:22:22 +02:00
Added appropriate groups and checked for hitbox-likeness
This commit is contained in:
@@ -623,7 +623,10 @@ height = 6.99104
|
||||
size = 12
|
||||
font_data = ExtResource( 6 )
|
||||
|
||||
[node name="Player" type="KinematicBody2D"]
|
||||
[node name="Player" type="KinematicBody2D" groups=[
|
||||
"hero",
|
||||
]]
|
||||
collision_mask = 10
|
||||
script = ExtResource( 1 )
|
||||
FRICTION = 270
|
||||
|
||||
@@ -637,7 +640,7 @@ scale = Vector2( 0.5, 0.5 )
|
||||
texture = ExtResource( 2 )
|
||||
offset = Vector2( 0, -18 )
|
||||
hframes = 60
|
||||
frame = 9
|
||||
frame = 12
|
||||
|
||||
[node name="Body" type="CollisionShape2D" parent="."]
|
||||
position = Vector2( 0.0107212, 0.0456073 )
|
||||
|
||||
Reference in New Issue
Block a user