forked from mozilla/BrowserQuest
-
Notifications
You must be signed in to change notification settings - Fork 220
Layout and Image Editing for the BrowserQuest Client
lzbk edited this page Feb 4, 2013
·
4 revisions
Want to change the way BrowserQuest looks? Some tips/advice for editing images within BrowserQuest. Some images have 3 copies, each with their own sizes. These images will be in /client/img/[3,2,1]
- /client/img/3/tilesheet.png - 960 x 4704 Pixels - Large Image of Tilesheet in Directory 3
- /client/img/2/tilesheet.png - 640 x 3136 Pixels - Medium Image of Tilesheet in Directory 2
- /client/img/1/tilesheet.png - 320 x 1568 Pixels - Small Image of Tilesheet in Directory 1
While the best way to get a slick look on graphics would be to start with the biggest images (directory #3) and reduce them, in this case, the retro-gaming looks of browser quest, it appears they started with the smallest tilesheet and made it bigger using no extrapolation of any sorts.
The figure below presents the smallest tilesheet zoomed in (300%) and the biggest one normal zoom (100%):
For complementary information see How to create a sprite
Layout and Map Editing Information added by dylenbrivera [Dylen Rivera [email protected]]