more cutscene work
This commit is contained in:
parent
f7c60470a2
commit
fbac189239
13 changed files with 199 additions and 32 deletions
|
@ -683,7 +683,7 @@ position = Vector2( 0, -10 )
|
|||
texture = ExtResource( 14 )
|
||||
offset = Vector2( 0, -6 )
|
||||
hframes = 8
|
||||
vframes = 16
|
||||
vframes = 20
|
||||
|
||||
[node name="DissolveParticles" type="CPUParticles2D" parent="Graphics"]
|
||||
unique_name_in_owner = true
|
||||
|
@ -1302,8 +1302,8 @@ align = 1
|
|||
[connection signal="state_entered" from="StateChart/Root/Movement/Teleporting" to="." method="_on_Inactive_state_entered"]
|
||||
[connection signal="state_entered" from="StateChart/Root/Movement/Teleporting" to="." method="_on_Teleporting_state_entered"]
|
||||
[connection signal="state_exited" from="StateChart/Root/Movement/Teleporting" to="." method="_on_Inactive_state_exited"]
|
||||
[connection signal="state_entered" from="StateChart/Root/Movement/Appearing" to="." method="_on_Appearing_state_entered"]
|
||||
[connection signal="state_entered" from="StateChart/Root/Movement/Appearing" to="." method="_on_Inactive_state_entered"]
|
||||
[connection signal="state_entered" from="StateChart/Root/Movement/Appearing" to="." method="_on_Appearing_state_entered"]
|
||||
[connection signal="state_exited" from="StateChart/Root/Movement/Appearing" to="." method="_on_Inactive_state_exited"]
|
||||
[connection signal="state_entered" from="StateChart/Root/Health/Respawn" to="." method="_on_Respawn_state_entered"]
|
||||
[connection signal="state_entered" from="StateChart/Root/Health/Dead" to="." method="_on_Dead_state_entered"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue