ajo y eneko catador

This commit is contained in:
2024-01-26 23:35:03 +01:00
parent 09269a28d6
commit 04272190f5
16 changed files with 68 additions and 8 deletions

View File

@@ -36,6 +36,6 @@ func validate(arguments: Array):
# Run the command
func run(command_params: Array) -> int:
escoria.game_scene.play_video(command_params[0])
#We wait for the video to emit "finished" fignal with yield
#We wait for the video to emit "finished" signal with yield
yield(escoria.game_scene.get_video_player(),"finished")
return ESCExecution.RC_OK