nint22 / dwarfcraft

Automatically exported from code.google.com/p/dwarfcraft
Other
0 stars 0 forks source link

Need item images #114

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
When a 3D item (block, table, etc..) is broke, we need to represent it 
on-screen as an image / icon (much like Minecraft). Go through the blocks list 
to determine what needs to be done.

Original issue reported on code.google.com by nin...@gmail.com on 11 Dec 2011 at 11:49

GoogleCodeExporter commented 9 years ago
For the block texture icon I will make a file similar to the terrain.png file 
with the squares and colored numbers.  That way in the future when we get to 
the point of destroying items it will be simple to convey what is needed.  For 
example when the sheet is implemented I could be told when a dirt block is 
broken it is a blue number 5.  I could then draw the appropriate image and then 
update from there.

Original comment by nicola.k...@gmail.com on 12 Dec 2011 at 1:14