forked from team-sg/hero-mark-2
adjusted grass platform hitbox
This commit is contained in:
parent
55d26ac6ca
commit
44fe829344
2 changed files with 11 additions and 6 deletions
|
@ -9,13 +9,13 @@ points = PoolVector2Array( 8, 8, 0, 8, 0, 0, 8, 0 )
|
|||
points = PoolVector2Array( 8, 8, 0, 8, 0, 0, 8, 0 )
|
||||
|
||||
[sub_resource type="ConvexPolygonShape2D" id=3]
|
||||
points = PoolVector2Array( 8, 3, 4, 3, 4, 0, 8, 0 )
|
||||
points = PoolVector2Array( 8, 5, 0, 5, 0, 0, 8, 0 )
|
||||
|
||||
[sub_resource type="ConvexPolygonShape2D" id=4]
|
||||
points = PoolVector2Array( 8, 3, 0, 3, 0, 0, 8, 0 )
|
||||
points = PoolVector2Array( 8, 5, 0, 5, 0, 0, 8, 0 )
|
||||
|
||||
[sub_resource type="ConvexPolygonShape2D" id=5]
|
||||
points = PoolVector2Array( 4, 3, 0, 3, 0, 0, 4, 0 )
|
||||
points = PoolVector2Array( 8, 5, 0, 5, 0, 0, 8, 0 )
|
||||
|
||||
[sub_resource type="ConvexPolygonShape2D" id=6]
|
||||
points = PoolVector2Array( 8, 8, 0, 8, 0, 0, 8, 0 )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue