View Single Post
Old 08-13-2016, 04:39 PM   #37
sguerrini97
Enthusiast
sguerrini97 began at the beginning.
 
Posts: 27
Karma: 12
Join Date: Jan 2016
Device: KT2
The only tileset I successfuly resized using GIMP was the gnome2 one, just make sure the width can be divided by 21 and the height by 4 ( w%21=0, h%4=0 ).
We could add different tilesets for every kindle and then choose the one to use from the start.sh script (just add "-t <tileset>" at the end of the command). I can test only on my KT2 which is 600x800.

For the other thing you asked, it would be possible to add a "save" function when Quit is clicked and a "load" funcion when the game is started, but I need to understand the game code better

Last edited by sguerrini97; 08-13-2016 at 04:41 PM.
sguerrini97 is offline   Reply With Quote