mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 10:37:34 +00:00
fixed problems with first world update
This commit is contained in:
parent
283a1ef48b
commit
93e8133c89
13 changed files with 353 additions and 166 deletions
|
|
@ -15,10 +15,9 @@ function (Parent, Settings, NotificationCenter) {
|
|||
Tile.prototype.createMesh = function() {
|
||||
var self = this;
|
||||
|
||||
var material = "Stones";
|
||||
var texturePath = Settings.GRAPHICS_PATH
|
||||
+ Settings.GRAPHICS_SUBPATH_TILES
|
||||
+ material + '/'
|
||||
+ this.options.m + '/'
|
||||
+ this.options.s + ''
|
||||
+ (this.options.r || 0) + '.gif';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue