Play only a certain scene - The-Villains/MajorelleMysteryApp GitHub Wiki
In Godot you usually have the possibility to play only one scene (the scene you are currently editing) by using the corresponding button in the upper right corner (or hit key F6).
By using Escoria this not possible anymore
So we need to change either the reference to the called esc file in ui\main_menu.tscn or adapt the esc file (e.g. game\trailer.esc) itself to change to the scene we want to see.