View previous topic :: View next topic |
Author |
Message |
charlie137
Joined: 13 Nov 2007 Posts: 10
|
Posted: Tue Dec 04, 2007 9:15 pm Post subject: Welcome to guisterax |
|
|
Hello !
I hope you will like my game, don't hesitate to ask questions in the forum.
The things I will try add in the game :
- Make it smaller, by converting the data png images to indexed colors (should make the game at least 2 time smaller)
- Add score
- Improve the menu
- Add more items to buy
- Add music
The game is still in development, let me know if you want to participate. |
|
Back to top |
|
|
charlie137
Joined: 13 Nov 2007 Posts: 10
|
Posted: Wed Dec 05, 2007 8:18 pm Post subject: Data much smaller |
|
|
To reduce the data size,
I put every images of a sprite in a single png file (before I used a single png per image)
I also compressed the png files in indexed colors (256 colors with a single level of transparency)
The quality is almost the same, but the game size go from 14Meg to 5Meg !
It also make the data being loaded much faster. |
|
Back to top |
|
|
|