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