ruisen2020

Results 5 issues of ruisen2020

### Prerequisites - [ ] There isn't an existing issue that requests the same feature, to avoid duplicates. ### Issue Type Bug Report ### Description of the Problem or Idea...

🔎question

### Prerequisites - [ ] There isn't an existing issue that requests the same feature, to avoid duplicates. ### Issue Type Bug Report ### Version 0.8.49 ### Description of the...

Need More Info

// Get the number of atlases to load into this texture Texture.prototype.getAtlasCount = function() { var val = (data.atlasCount / config.atlasesPerTex) > (this.idx + 1) ? config.atlasesPerTex : data.atlasCount %...