Develop and Download Open Source Software

Browse Subversion Repository

Diff of /trunk/jgame.js

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 137 by tsugehara, Sat Aug 3 06:35:40 2013 UTC revision 138 by tsugehara, Sat Aug 3 08:00:18 2013 UTC
# Line 2105  var jg; Line 2105  var jg;
2105                  }                  }
2106              }              }
2107          };          };
2108    
2109            AutoTileChipSet.prototype.getChips = function () {
2110                var len = this.count();
2111                var sprite = new jg.Sprite(this.image, this.tile.tileWidth, this.tile.tileHeight);
2112    
2113                return [sprite.createSprite()];
2114            };
2115          return AutoTileChipSet;          return AutoTileChipSet;
2116      })(ChipSet);      })(ChipSet);
2117      jg.AutoTileChipSet = AutoTileChipSet;      jg.AutoTileChipSet = AutoTileChipSet;

Legend:
Removed from v.137  
changed lines
  Added in v.138

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26