fix some script errors
This commit is contained in:
parent
af4bece554
commit
b19ee682d1
2 changed files with 6 additions and 6 deletions
|
@ -364,7 +364,7 @@ script = ExtResource("10_mvu25")
|
|||
script = ExtResource("7_rgjdc")
|
||||
to = NodePath("..")
|
||||
event = &"jump_pressed"
|
||||
delay_in_seconds = ""
|
||||
delay_in_seconds = "0.0"
|
||||
|
||||
[node name="on TimeOut" type="Node" parent="StateChart/Root/Floating/Splat"]
|
||||
script = ExtResource("7_rgjdc")
|
||||
|
@ -378,7 +378,7 @@ script = ExtResource("10_mvu25")
|
|||
[node name="on TimeOut" type="Node" parent="StateChart/Root/Floating/UnSplat"]
|
||||
script = ExtResource("7_rgjdc")
|
||||
to = NodePath("../../../Airborne/Falling")
|
||||
delay_in_seconds = ".25"
|
||||
delay_in_seconds = "0.25"
|
||||
|
||||
[connection signal="taken" from="StateChart/Root/on Killed" to="." method="_reset_position"]
|
||||
[connection signal="taken" from="StateChart/Root/on Killed" to="Sounds/Death" method="play"]
|
||||
|
@ -400,8 +400,8 @@ delay_in_seconds = ".25"
|
|||
[connection signal="state_entered" from="StateChart/Root/Airborne/Missile" to="Sounds/Whee" method="play"]
|
||||
[connection signal="state_entered" from="StateChart/Root/Airborne/Missile" to="Sounds/Wallkick" method="play"]
|
||||
[connection signal="state_exited" from="StateChart/Root/Airborne/Missile" to="." method="_restore_graphics_rotation"]
|
||||
[connection signal="state_physics_processing" from="StateChart/Root/Airborne/Missile" to="." method="_face_towards_velocity"]
|
||||
[connection signal="state_physics_processing" from="StateChart/Root/Airborne/Missile" to="." method="_check_for_splat"]
|
||||
[connection signal="state_physics_processing" from="StateChart/Root/Airborne/Missile" to="." method="_face_towards_velocity"]
|
||||
[connection signal="taken" from="StateChart/Root/Airborne/Missile/on Splatted" to="Sounds/HitWall" method="play"]
|
||||
[connection signal="state_entered" from="StateChart/Root/Floating/Splat" to="Graphics/Sprite/Splat" method="play"]
|
||||
[connection signal="taken" from="StateChart/Root/Floating/Splat/on JumpPressed" to="." method="_do_splat_launch"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue