|
|
@@ -3,8 +3,8 @@ import { emitter } from '@/plugins'
|
|
|
import map from '@/assets/game/assets/map3.json'
|
|
|
import street from '@/assets/game/assets/street.png'
|
|
|
import BuildingsCombineV3 from '@/assets/game/assets/BuildingsCombineV3.png'
|
|
|
-import datGuiSetup from '@/game/dat.gui.setup.js'
|
|
|
-import animatedTiles from '@/game/plugin/animatedTiles.js'
|
|
|
+// import datGuiSetup from '@/game/dat.gui.setup.js'
|
|
|
+// import animatedTiles from '@/game/plugin/animatedTiles.js'
|
|
|
|
|
|
enum Direction {
|
|
|
LEFT = 'l',
|
|
|
@@ -78,11 +78,11 @@ export default class PlayScene3 extends Scene {
|
|
|
this.load.image('street', street)
|
|
|
this.load.image('BuildingsCombineV3', BuildingsCombineV3)
|
|
|
this.load.tilemapTiledJSON('map3', map)
|
|
|
- this.load.scenePlugin({
|
|
|
- key: 'AnimatedTiles',
|
|
|
- url: animatedTiles,
|
|
|
- sceneKey: 'animatedTiles'
|
|
|
- })
|
|
|
+ // this.load.scenePlugin({
|
|
|
+ // key: 'AnimatedTiles',
|
|
|
+ // url: animatedTiles,
|
|
|
+ // sceneKey: 'animatedTiles'
|
|
|
+ // })
|
|
|
}
|
|
|
|
|
|
create() {
|