Difference between revisions of "SoC Ideas Sprite Sheets2011 hadleyt"

From The Battle for Wesnoth Wiki
(Created page with 'under construction')
 
Line 1: Line 1:
under construction
+
=Description=
 +
<h4> Tom Hadley - Sprite Sheet Implementation </h4>
 +
The first step is to create the sprite sheets, which could be a long and tedious process depending on how they are stored.
 +
I  then wish to implement each individual sprite where it should be using its position in the sheet. This would most likely be done using a 2 dimensional array of pixel structs.
 +
 
 +
TODO: Add more first-level sections to detail your proposal

Revision as of 07:05, 31 March 2011

Description

Tom Hadley - Sprite Sheet Implementation

The first step is to create the sprite sheets, which could be a long and tedious process depending on how they are stored. I then wish to implement each individual sprite where it should be using its position in the sheet. This would most likely be done using a 2 dimensional array of pixel structs.

TODO: Add more first-level sections to detail your proposal