Skip to content

Commit

Permalink
rextexteditplugin.min.js
Browse files Browse the repository at this point in the history
rextexteditplugin.min.js
  • Loading branch information
Rei1mu committed May 27, 2024
1 parent 7731912 commit 6a25722
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions public/images/rextexteditplugin.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion src/loading-scene.ts
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,9 @@ export class LoadingScene extends SceneBase {
this.loadBgm("evolution", "bw/evolution.mp3");
this.loadBgm("evolution_fanfare", "bw/evolution_fanfare.mp3");

this.load.plugin("rextexteditplugin", "https://raw.githubusercontent.com/rexrainbow/phaser3-rex-notes/master/dist/rextexteditplugin.min.js", true);
// this.load.plugin("rextexteditplugin", "https://raw.githubusercontent.com/rexrainbow/phaser3-rex-notes/master/dist/rextexteditplugin.min.js", true);
// this.load.plugin("rextexteditplugin", "images/rextexteditplugin.min.js", true);
this.load.plugin("rextexteditplugin",this.getCachedUrl("images/rextexteditplugin.min.js"), true);

this.loadLoadingScreen();

Expand Down

0 comments on commit 6a25722

Please sign in to comment.