Skip to content

Commit

Permalink
Move files
Browse files Browse the repository at this point in the history
  • Loading branch information
rexrainbow committed Sep 13, 2023
1 parent 385558e commit e90d255
Show file tree
Hide file tree
Showing 12 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion examples/projects/jigsaw/test-JigsawPiece.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import phaser from 'phaser/src/phaser.js';
import JigsawPiece from './JigsawPiece.js';
import JigsawPiece from './lib/JigsawPiece.js';

class Demo extends Phaser.Scene {
constructor() {
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion examples/projects/ui-dragdrop/main.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import phaser from 'phaser/src/phaser.js';
import UIPlugin from '../../../templates/ui/ui-plugin.js';
import CreateScrollablePanel from './CreateScrollablePanel.js';
import CreateScrollablePanel from './lib/CreateScrollablePanel.js';

class Demo extends Phaser.Scene {
constructor() {
Expand Down

0 comments on commit e90d255

Please sign in to comment.