fix inventory after videos
This commit is contained in:
@@ -38,4 +38,5 @@ func run(command_params: Array) -> int:
|
|||||||
escoria.game_scene.play_video(command_params[0])
|
escoria.game_scene.play_video(command_params[0])
|
||||||
#We wait for the video to emit "finished" signal with yield
|
#We wait for the video to emit "finished" signal with yield
|
||||||
yield(escoria.game_scene.get_video_player(),"finished")
|
yield(escoria.game_scene.get_video_player(),"finished")
|
||||||
|
escoria.game_scene.open_inventory()
|
||||||
return ESCExecution.RC_OK
|
return ESCExecution.RC_OK
|
||||||
|
|||||||
Reference in New Issue
Block a user