Skip to content

Commit

Permalink
Update,
Browse files Browse the repository at this point in the history
  • Loading branch information
PhaserEditor2D committed Apr 9, 2024
1 parent dffc458 commit 1d6ca51
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 25 deletions.
22 changes: 0 additions & 22 deletions package-lock.json

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

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
"copy-webpack-plugin": "^8.1.0",
"html-webpack-plugin": "^5.3.1",
"phaser-asset-pack-hashing": "^1.0.6",
"phasereditor2d-launcher": "^3.63.0",
"ts-loader": "^9.4.2",
"typescript": "^5.0.4",
"webpack": "^5.28.0",
Expand Down
2 changes: 1 addition & 1 deletion src/scenes/Level.scene
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"y": 576,
"originX": 0.5,
"originY": 0.5,
"text": "Phaser 3 + Spine + Phaser Editor 2D\nWebpack + TypeScript",
"text": "Phaser 3 + Spine + Phaser Editor v4\nWebpack + TypeScript",
"align": "center",
"fontFamily": "Arial",
"fontSize": "3em",
Expand Down
2 changes: 1 addition & 1 deletion src/scenes/Level.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export default class Level extends Phaser.Scene {
// text
const text = this.add.text(640, 576, "", {});
text.setOrigin(0.5, 0.5);
text.text = "Phaser 3 + Spine + Phaser Editor 2D\nWebpack + TypeScript";
text.text = "Phaser 3 + Spine + Phaser Editor v4\nWebpack + TypeScript";
text.setStyle({ "align": "center", "fontFamily": "Arial", "fontSize": "3em" });

// onAwakeScript
Expand Down

0 comments on commit 1d6ca51

Please sign in to comment.