Working meta scenes
This commit is contained in:
@@ -5,10 +5,10 @@ func interact(interactor:OverworldEntity) -> void:
|
||||
# var battle = Battle.new();
|
||||
# getSystems().BATTLE.startBattle(battle);
|
||||
|
||||
var game = CookingGame.new(VerticalSlice.new());
|
||||
getSystems().COOKING.setCookingGame(game);
|
||||
# var game = CookingGame.new(VerticalSlice.new());
|
||||
# getSystems().COOKING.setCookingGame(game);
|
||||
|
||||
# getSystems().CUTSCENE.setCurrentCutscene(TestCutscene.new(interactor, self));
|
||||
getSystems().CUTSCENE.setCurrentCutscene(TestCutscene.new(interactor, self));
|
||||
pass
|
||||
|
||||
func updateMovement(delta:float) -> void:
|
||||
|
Reference in New Issue
Block a user