|
@@ -186,8 +186,7 @@ export default class Load {
|
|
bgImage.setScale(floor.bgImage.scale);
|
|
bgImage.setScale(floor.bgImage.scale);
|
|
}
|
|
}
|
|
if (floor.bgImage.hasOwnProperty("width") && floor.bgImage.hasOwnProperty("height")) {
|
|
if (floor.bgImage.hasOwnProperty("width") && floor.bgImage.hasOwnProperty("height")) {
|
|
- // debugger
|
|
|
|
- // bgImage.setResolution(floor.bgImage.width,floor.bgImage.height);
|
|
|
|
|
|
+ bgImage.setResolution(floor.bgImage.width,floor.bgImage.height);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
if (floor.noBoardFrame) {
|
|
if (floor.noBoardFrame) {
|