adjusted jump height
This commit is contained in:
parent
8f6a068eba
commit
28319efe0d
3 changed files with 22 additions and 16 deletions
|
@ -162,12 +162,11 @@ left_up_boundry = 3.0
|
|||
right_down_boundry = 3.0
|
||||
speed = 35
|
||||
|
||||
[node name="ColorRect" type="ColorRect" parent="."]
|
||||
[node name="ColorRect" type="ColorRect" parent="." groups=["debug"]]
|
||||
margin_left = 256.0
|
||||
margin_right = 512.0
|
||||
margin_bottom = 192.0
|
||||
color = Color( 0.87451, 0, 1, 0.0901961 )
|
||||
script = ExtResource( 9 )
|
||||
__meta__ = {
|
||||
"_edit_lock_": true
|
||||
}
|
||||
|
@ -189,3 +188,5 @@ margin_bottom = 8.0
|
|||
color = Color( 0, 0, 0, 1 )
|
||||
|
||||
[node name="HUD" parent="." instance=ExtResource( 6 )]
|
||||
|
||||
[connection signal="ready" from="ColorRect" to="ColorRect" method="queue_free"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue