forked from team-sg/hero-mark-2
set max fall speed to 255 (fixes #63)
This commit is contained in:
parent
79ff122f29
commit
b20467a598
1 changed files with 1 additions and 0 deletions
|
@ -612,6 +612,7 @@ _data = [ Vector2( 0, 1 ), 0.0, -0.0636948, 0, 0, Vector2( 1, 0 ), -3.43886, 0.0
|
||||||
collision_layer = 2
|
collision_layer = 2
|
||||||
collision_mask = 7
|
collision_mask = 7
|
||||||
script = ExtResource( 1 )
|
script = ExtResource( 1 )
|
||||||
|
max_fall_speed = 255.0
|
||||||
|
|
||||||
[node name="Trail" type="Node" parent="."]
|
[node name="Trail" type="Node" parent="."]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue