浏览代码

Merge branch 'Fixed-Issue-#7' into 'staging'

Fixed issue #7

See merge request !20
tags/v0.1.2
Big Bad Waffle 7 年前
父节点
当前提交
e1056416af
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      src/server/world/map.js

+ 1
- 1
src/server/world/map.js 查看文件

@@ -87,7 +87,7 @@ define([

mapFile = require('../config/maps/' + this.name + '/map');
this.mapFile = mapFile;
this.mapFile.properties = this.mapFile.properties || {};
mapScale = mapFile.tilesets[0].tileheight;

this.instanced = mapFile.properties.instanced;


正在加载...
取消
保存