File tree Expand file tree Collapse file tree
target/classes/assets/dialogues Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ protected void initInput() {
3131
3232 // we schedule this to fire in 0.5 seconds since we can't change our scene while loading in background
3333 onKeyDown (KeyCode .F , () -> {
34- // the file simple .json is loaded from /assets/dialogues/
34+ // the file simplesample .json is loaded from /assets/dialogues/
3535 try {
3636 var url = Paths .get ("function_test.json" ).toUri ().toURL ();
3737
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ protected void initInput() {
3737 // simple dialogue
3838 onKeyDown (KeyCode .Q , () -> {
3939 // the json file is loaded from /assets/dialogues/
40- var dialogueGraph = getAssetLoader ().loadDialogueGraph ("simple .json" );
40+ var dialogueGraph = getAssetLoader ().loadDialogueGraph ("simplesample .json" );
4141
4242 getCutsceneService ().startDialogueScene (dialogueGraph );
4343 });
File renamed without changes.
You can’t perform that action at this time.
0 commit comments