ondras / rot.js

ROguelike Toolkit in JavaScript. Cool dungeon-related stuff, interactive manual, documentation, tests!
https://ondras.github.io/rot.js/hp/
BSD 3-Clause "New" or "Revised" License
2.33k stars 254 forks source link

Is there a way to use multiple tilesets? #171

Closed eScribMac closed 4 years ago

eScribMac commented 4 years ago

Following the guide here: http://ondras.github.io/rot.js/manual/#tiles I am able to load one tilesheet, however I am not able to figure out how to load more than one. Is this possible, or should I just merge the tilesheets that I am using?

EDIT: just noticed this is answered in #163, closing this