Skip to content

Commit

Permalink
updated import path in generated browser files
Browse files Browse the repository at this point in the history
Re-ran the `build-browser.js` script so files use the updated import
path for the `@phaserjs/editor-scripts-base.js` npm package reference.

Signed-off-by: Scott Westover <[email protected]>
  • Loading branch information
scottwestover committed Dec 6, 2024
1 parent f5b20b3 commit f0f2e66
Show file tree
Hide file tree
Showing 52 changed files with 53 additions and 53 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// You can write more code here
/* START OF COMPILED CODE */
import { ScriptNode } from "@phaserjs/editor-scripts-base.js";
import { ScriptNode } from "../../phaserjs_editor_scripts_base/index.js";
/* START-USER-IMPORTS */
import DurationConfigComp from "./DurationConfigComp.js";
import EaseConfigComp from "./EaseConfigComp.js";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// You can write more code here
/* START OF COMPILED CODE */
import { ScriptNode } from "@phaserjs/editor-scripts-base.js";
import { ScriptNode } from "../../phaserjs_editor_scripts_base/index.js";
/* START-USER-IMPORTS */
import DurationConfigComp from "./DurationConfigComp.js";
import EaseConfigComp from "./EaseConfigComp.js";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// You can write more code here
/* START OF COMPILED CODE */
import { ScriptNode } from "@phaserjs/editor-scripts-base.js";
import { ScriptNode } from "../../phaserjs_editor_scripts_base/index.js";
/* START-USER-IMPORTS */
import DurationConfigComp from "./DurationConfigComp.js";
import EaseConfigComp from "./EaseConfigComp.js";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// You can write more code here
/* START OF COMPILED CODE */
import { ScriptNode } from "@phaserjs/editor-scripts-base.js";
import { ScriptNode } from "../../phaserjs_editor_scripts_base/index.js";
/* START-USER-IMPORTS */
import DurationConfigComp from "./DurationConfigComp.js";
/* END-USER-IMPORTS */
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// You can write more code here
/* START OF COMPILED CODE */
import { ScriptNode } from "@phaserjs/editor-scripts-base.js";
import { ActionTargetComp } from "@phaserjs/editor-scripts-base.js";
import { ScriptNode } from "../../phaserjs_editor_scripts_base/index.js";
import { ActionTargetComp } from "../../phaserjs_editor_scripts_base/index.js";
/* START-USER-IMPORTS */
/* END-USER-IMPORTS */
export default class GetGameObjectFromBodyActionScript extends ScriptNode {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// You can write more code here
/* START OF COMPILED CODE */
import { ScriptNode } from "@phaserjs/editor-scripts-base.js";
import { ScriptNode } from "../../phaserjs_editor_scripts_base/index.js";
import ExecChildrenActionScript from "../core/ExecChildrenActionScript.js";
/* START-USER-IMPORTS */
/* END-USER-IMPORTS */
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// You can write more code here
/* START OF COMPILED CODE */
import { ScriptNode } from "@phaserjs/editor-scripts-base.js";
import { ScriptNode } from "../../phaserjs_editor_scripts_base/index.js";
/* START-USER-IMPORTS */
/* END-USER-IMPORTS */
export default class MakeObjectColliderActionScript extends ScriptNode {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// You can write more code here
/* START OF COMPILED CODE */
import { ScriptNode } from "@phaserjs/editor-scripts-base.js";
import { ScriptNode } from "../../phaserjs_editor_scripts_base/index.js";
/* START-USER-IMPORTS */
/* END-USER-IMPORTS */
export default class SetBodyEnableActionScript extends ScriptNode {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// You can write more code here
/* START OF COMPILED CODE */
import { ScriptNode } from "@phaserjs/editor-scripts-base.js";
import { ScriptNode } from "../../phaserjs_editor_scripts_base/index.js";
/* START-USER-IMPORTS */
/* END-USER-IMPORTS */
export default class SetVelocityActionScript extends ScriptNode {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// You can write more code here
/* START OF COMPILED CODE */
import { ScriptNode } from "@phaserjs/editor-scripts-base.js";
import { ScriptNode } from "../../phaserjs_editor_scripts_base/index.js";
/* START-USER-IMPORTS */
/* END-USER-IMPORTS */
export default class SetVelocityXActionScript extends ScriptNode {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// You can write more code here
/* START OF COMPILED CODE */
import { ScriptNode } from "@phaserjs/editor-scripts-base.js";
import { ScriptNode } from "../../phaserjs_editor_scripts_base/index.js";
/* START-USER-IMPORTS */
/* END-USER-IMPORTS */
export default class SetVelocityYActionScript extends ScriptNode {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// You can write more code here
/* START OF COMPILED CODE */
import { ScriptNode } from "@phaserjs/editor-scripts-base.js";
import { ScriptNode } from "../../phaserjs_editor_scripts_base/index.js";
/* START-USER-IMPORTS */
/* END-USER-IMPORTS */
export default class StartFlipWithVelocityAction extends ScriptNode {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// You can write more code here
/* START OF COMPILED CODE */
import { ScriptNode } from "@phaserjs/editor-scripts-base.js";
import { ScriptNode } from "../../phaserjs_editor_scripts_base/index.js";
/* START-USER-IMPORTS */
/* END-USER-IMPORTS */
export default class StartFollowPointerActionScript extends ScriptNode {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// You can write more code here
/* START OF COMPILED CODE */
import { ScriptNode } from "@phaserjs/editor-scripts-base.js";
import { ScriptNode } from "../../phaserjs_editor_scripts_base/index.js";
/* START-USER-IMPORTS */
/* END-USER-IMPORTS */
export default class AudioPauseAllActionScript extends ScriptNode {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// You can write more code here
/* START OF COMPILED CODE */
import { ScriptNode } from "@phaserjs/editor-scripts-base.js";
import { ScriptNode } from "../../phaserjs_editor_scripts_base/index.js";
/* START-USER-IMPORTS */
import AudioLoopConfigComp from "./AudioLoopConfigComp.js";
import AudioVolumeConfigComp from "./AudioVolumeConfigComp.js";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// You can write more code here
/* START OF COMPILED CODE */
import { ScriptNode } from "@phaserjs/editor-scripts-base.js";
import { ScriptNode } from "../../phaserjs_editor_scripts_base/index.js";
/* START-USER-IMPORTS */
/* END-USER-IMPORTS */
export default class ResumeAllAudioActionScript extends ScriptNode {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// You can write more code here
/* START OF COMPILED CODE */
import { ScriptNode } from "@phaserjs/editor-scripts-base.js";
import { ScriptNode } from "../../phaserjs_editor_scripts_base/index.js";
/* START-USER-IMPORTS */
/* END-USER-IMPORTS */
export default class StopAllSoundsActionScript extends ScriptNode {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// You can write more code here
/* START OF COMPILED CODE */
import { ScriptNode } from "@phaserjs/editor-scripts-base.js";
import { ScriptNode } from "../../phaserjs_editor_scripts_base/index.js";
/* START-USER-IMPORTS */
/* END-USER-IMPORTS */
export default class StopSoundActionScript extends ScriptNode {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// You can write more code here
/* START OF COMPILED CODE */
import { ScriptNode } from "@phaserjs/editor-scripts-base.js";
import { ScriptNode } from "../../phaserjs_editor_scripts_base/index.js";
/* START-USER-IMPORTS */
/* END-USER-IMPORTS */
export default class CameraStartFollowActionScript extends ScriptNode {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// You can write more code here
/* START OF COMPILED CODE */
import { ScriptNode } from "@phaserjs/editor-scripts-base.js";
import { ScriptNode } from "../../phaserjs_editor_scripts_base/index.js";
/* START-USER-IMPORTS */
/* END-USER-IMPORTS */
export default class CameraStopFollowActionScript extends ScriptNode {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// You can write more code here
/* START OF COMPILED CODE */
import { ScriptNode } from "@phaserjs/editor-scripts-base.js";
import { ScriptNode } from "../../phaserjs_editor_scripts_base/index.js";
/* START-USER-IMPORTS */
import DurationConfigComp from "../animations/DurationConfigComp.js";
/* END-USER-IMPORTS */
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// You can write more code here
/* START OF COMPILED CODE */
import { ScriptNode } from "@phaserjs/editor-scripts-base.js";
import { ScriptNode } from "../../phaserjs_editor_scripts_base/index.js";
/* START-USER-IMPORTS */
import FadeCameraActionScript from "./FadeCameraActionScript.js";
import DurationConfigComp from "../animations/DurationConfigComp.js";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// You can write more code here
/* START OF COMPILED CODE */
import { ScriptNode } from "@phaserjs/editor-scripts-base.js";
import { ScriptNode } from "../../phaserjs_editor_scripts_base/index.js";
/* START-USER-IMPORTS */
import DurationConfigComp from "../animations/DurationConfigComp.js";
/* END-USER-IMPORTS */
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// You can write more code here
/* START OF COMPILED CODE */
import { ScriptNode } from "@phaserjs/editor-scripts-base.js";
import { ScriptNode } from "../../phaserjs_editor_scripts_base/index.js";
/* START-USER-IMPORTS */
import DurationConfigComp from "../animations/DurationConfigComp.js";
import EaseConfigComp from "../animations/EaseConfigComp.js";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// You can write more code here
/* START OF COMPILED CODE */
import { ScriptNode } from "@phaserjs/editor-scripts-base.js";
import { ScriptNode } from "../../phaserjs_editor_scripts_base/index.js";
/* START-USER-IMPORTS */
/* END-USER-IMPORTS */
export default class AddToParentActionScript extends ScriptNode {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// You can write more code here
/* START OF COMPILED CODE */
import { ScriptNode } from "@phaserjs/editor-scripts-base.js";
import { ScriptNode } from "../../phaserjs_editor_scripts_base/index.js";
/* START-USER-IMPORTS */
/* END-USER-IMPORTS */
export default class AlertActionScript extends ScriptNode {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// You can write more code here
/* START OF COMPILED CODE */
import { ScriptNode } from "@phaserjs/editor-scripts-base.js";
import { ScriptNode } from "../../phaserjs_editor_scripts_base/index.js";
/* START-USER-IMPORTS */
/* END-USER-IMPORTS */
export default class CallbackActionScript extends ScriptNode {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// You can write more code here
/* START OF COMPILED CODE */
import { ScriptNode } from "@phaserjs/editor-scripts-base.js";
import { ScriptNode } from "../../phaserjs_editor_scripts_base/index.js";
/* START-USER-IMPORTS */
/* END-USER-IMPORTS */
export default class ConsoleLogActionScript extends ScriptNode {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// You can write more code here
/* START OF COMPILED CODE */
import { ScriptNode } from "@phaserjs/editor-scripts-base.js";
import { ScriptNode } from "../../phaserjs_editor_scripts_base/index.js";
/* START-USER-IMPORTS */
/* END-USER-IMPORTS */
export default class DestroyActionScript extends ScriptNode {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// You can write more code here
/* START OF COMPILED CODE */
import { ScriptNode } from "@phaserjs/editor-scripts-base.js";
import { ScriptNode } from "../../phaserjs_editor_scripts_base/index.js";
/* START-USER-IMPORTS */
/* END-USER-IMPORTS */
export default class EmitEventActionScript extends ScriptNode {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// You can write more code here
/* START OF COMPILED CODE */
import { ScriptNode } from "@phaserjs/editor-scripts-base.js";
import { ScriptNode } from "../../phaserjs_editor_scripts_base/index.js";
/* START-USER-IMPORTS */
/* END-USER-IMPORTS */
export default class ExecActionScript extends ScriptNode {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// You can write more code here
/* START OF COMPILED CODE */
import { ScriptNode } from "@phaserjs/editor-scripts-base.js";
import { ScriptNode } from "../../phaserjs_editor_scripts_base/index.js";
/* START-USER-IMPORTS */
/* END-USER-IMPORTS */
export default class ExecChildrenActionScript extends ScriptNode {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// You can write more code here
/* START OF COMPILED CODE */
import { ScriptNode } from "@phaserjs/editor-scripts-base.js";
import { ScriptNode } from "../../phaserjs_editor_scripts_base/index.js";
/* START-USER-IMPORTS */
/* END-USER-IMPORTS */
export default class ExecRandomActionScript extends ScriptNode {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// You can write more code here
/* START OF COMPILED CODE */
import { ScriptNode } from "@phaserjs/editor-scripts-base.js";
import { ScriptNode } from "../../phaserjs_editor_scripts_base/index.js";
/* START-USER-IMPORTS */
/* END-USER-IMPORTS */
export default class FlipActionScript extends ScriptNode {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// You can write more code here
/* START OF COMPILED CODE */
import { ScriptNode } from "@phaserjs/editor-scripts-base.js";
import { ScriptNode } from "../../phaserjs_editor_scripts_base/index.js";
/* START-USER-IMPORTS */
/* END-USER-IMPORTS */
export default class OnAwakeScript extends ScriptNode {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// You can write more code here
/* START OF COMPILED CODE */
import { ScriptNode } from "@phaserjs/editor-scripts-base.js";
import { ScriptNode } from "../../phaserjs_editor_scripts_base/index.js";
/* START-USER-IMPORTS */
/* END-USER-IMPORTS */
export default class OnEventScript extends ScriptNode {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// You can write more code here
/* START OF COMPILED CODE */
import { ScriptNode } from "@phaserjs/editor-scripts-base.js";
import { ScriptNode } from "../../phaserjs_editor_scripts_base/index.js";
/* START-USER-IMPORTS */
/* END-USER-IMPORTS */
export default class PlaySpriteAnimationActionScript extends ScriptNode {
Expand Down
2 changes: 1 addition & 1 deletion browser/phaserjs_editor_scripts_quick/core/RootScript.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// You can write more code here
/* START OF COMPILED CODE */
import { ScriptNode } from "@phaserjs/editor-scripts-base.js";
import { ScriptNode } from "../../phaserjs_editor_scripts_base/index.js";
/* START-USER-IMPORTS */
/* END-USER-IMPORTS */
export default class RootScript extends ScriptNode {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// You can write more code here
/* START OF COMPILED CODE */
import { ScriptNode } from "@phaserjs/editor-scripts-base.js";
import { ScriptNode } from "../../phaserjs_editor_scripts_base/index.js";
/* START-USER-IMPORTS */
import AssignOpComp from "./AssignOpComp.js";
/* END-USER-IMPORTS */
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// You can write more code here
/* START OF COMPILED CODE */
import { ScriptNode } from "@phaserjs/editor-scripts-base.js";
import { ScriptNode } from "../../phaserjs_editor_scripts_base/index.js";
/* START-USER-IMPORTS */
import AssignOpComp from "./AssignOpComp.js";
/* END-USER-IMPORTS */
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// You can write more code here
/* START OF COMPILED CODE */
import { ScriptNode } from "@phaserjs/editor-scripts-base.js";
import { ScriptNode } from "../../phaserjs_editor_scripts_base/index.js";
/* START-USER-IMPORTS */
import AssignOpComp from "./AssignOpComp.js";
/* END-USER-IMPORTS */
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// You can write more code here
/* START OF COMPILED CODE */
import { ScriptNode } from "@phaserjs/editor-scripts-base.js";
import { ScriptNode } from "../../phaserjs_editor_scripts_base/index.js";
/* START-USER-IMPORTS */
import AssignOpComp from "./AssignOpComp.js";
/* END-USER-IMPORTS */
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// You can write more code here
/* START OF COMPILED CODE */
import { ScriptNode } from "@phaserjs/editor-scripts-base.js";
import { ScriptNode } from "../../phaserjs_editor_scripts_base/index.js";
/* START-USER-IMPORTS */
import AssignOpComp from "./AssignOpComp.js";
/* END-USER-IMPORTS */
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// You can write more code here
/* START OF COMPILED CODE */
import { ScriptNode } from "@phaserjs/editor-scripts-base.js";
import { ScriptNode } from "../../phaserjs_editor_scripts_base/index.js";
/* START-USER-IMPORTS */
/* END-USER-IMPORTS */
export default class SpawnActionScript extends ScriptNode {
Expand Down
2 changes: 1 addition & 1 deletion browser/phaserjs_editor_scripts_quick/core/SpriteScript.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// You can write more code here
/* START OF COMPILED CODE */
import { ScriptNode } from "@phaserjs/editor-scripts-base.js";
import { ScriptNode } from "../../phaserjs_editor_scripts_base/index.js";
/* START-USER-IMPORTS */
/* END-USER-IMPORTS */
export default class SpriteScript extends ScriptNode {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// You can write more code here
/* START OF COMPILED CODE */
import { ScriptNode } from "@phaserjs/editor-scripts-base.js";
import { ScriptNode } from "../../phaserjs_editor_scripts_base/index.js";
/* START-USER-IMPORTS */
/* END-USER-IMPORTS */
export default class StartSceneActionScript extends ScriptNode {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// You can write more code here
/* START OF COMPILED CODE */
import { ScriptNode } from "@phaserjs/editor-scripts-base.js";
import { ScriptNode } from "../../phaserjs_editor_scripts_base/index.js";
/* START-USER-IMPORTS */
import GetRandom from "./GetRandom.js";
import AssignOpComp from "../core/AssignOpComp.js";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// You can write more code here
/* START OF COMPILED CODE */
import { ScriptNode } from "@phaserjs/editor-scripts-base.js";
import { ScriptNode } from "../../phaserjs_editor_scripts_base/index.js";
/* START-USER-IMPORTS */
import GetRandom from "./GetRandom.js";
import AssignOpComp from "../core/AssignOpComp.js";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// You can write more code here
/* START OF COMPILED CODE */
import { ScriptNode } from "@phaserjs/editor-scripts-base.js";
import { ScriptNode } from "../../phaserjs_editor_scripts_base/index.js";
/* START-USER-IMPORTS */
/* END-USER-IMPORTS */
export default class DelayActionScript extends ScriptNode {
Expand Down
Loading

0 comments on commit f0f2e66

Please sign in to comment.