Skip to content
This repository was archived by the owner on Feb 25, 2020. It is now read-only.

Commit b4f4a78

Browse files
committed
fix: conflict
2 parents 260dff5 + 7b9fa33 commit b4f4a78

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

src/hackforplay/object/object.js

+4
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,11 @@ class RPGObject extends Sprite {
163163
// this.destroy();
164164
Hack.maps[mapName].scene.addChild(this);
165165
}
166+
<<<<<<< HEAD
166167
} else if (typeof mapName === 'string') {
168+
=======
169+
} else {
170+
>>>>>>> 7b9fa333a9a72900404134754b48ed0b7fcae146
167171
Hack.log(`${mapName} は まだつくられていない`);
168172
}
169173
this.moveTo(

webpack.config.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ const FeelesWebpackPlugin = require('./feeles-webpack-plugin');
55
const OpenBrowserPlugin = require('open-browser-webpack-plugin');
66
const OfflinePlugin = require('offline-plugin');
77

8-
const cdn = 'https://assets.feeles.com/public/v1153/h4p.js';
8+
const cdn = 'https://assets.feeles.com/public/v1152/h4p.js';
99
// const cdn = 'http://localhost:8081/h4p.js';
10-
const port = process.env.PORT || 8082;
10+
const port = process.env.PORT || 8083;
1111
const dist = 'public/';
1212

1313
module.exports = {

0 commit comments

Comments
 (0)