it just werks
This commit is contained in:
parent
1311e18f1f
commit
7e26433676
50 changed files with 1181 additions and 11 deletions
|
@ -51,9 +51,9 @@ collision_layer = 16
|
|||
collision_mask = 3
|
||||
floor_snap_length = 3.0
|
||||
script = ExtResource("1_jgave")
|
||||
gravity = 400.0
|
||||
run_speed = 76.0
|
||||
jump_force = 150.0
|
||||
gravity = 450.0
|
||||
run_speed = 100.0
|
||||
jump_force = 180.0
|
||||
state_chart = NodePath("StateChart")
|
||||
graphics = NodePath("Graphics")
|
||||
|
||||
|
@ -191,6 +191,10 @@ to = NodePath("../../../Grounded")
|
|||
guard = SubResource("Resource_g8pxc")
|
||||
delay_in_seconds = "0.0"
|
||||
|
||||
[node name="Voice" type="AudioStreamPlayer" parent="."]
|
||||
unique_name_in_owner = true
|
||||
bus = &"Capri"
|
||||
|
||||
[connection signal="state_entered" from="StateChart/Root/Grounded/Standing" to="." method="_stop_moving"]
|
||||
[connection signal="state_entered" from="StateChart/Root/Grounded/Standing" to="Graphics/Sprite/Idle" method="play"]
|
||||
[connection signal="state_entered" from="StateChart/Root/Grounded/Sliding" to="Graphics/Sprite/Idle" method="play"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue