v0.3.0: added placeholder sprites for new & reworked wands. All names are WIP.

This commit is contained in:
Evan Debenham
2015-03-27 02:54:31 -04:00
parent 99f853c190
commit 773481ceb4
11 changed files with 31 additions and 15 deletions
@@ -17,6 +17,7 @@
*/
package com.shatteredpixel.shatteredpixeldungeon.items.wands;
import com.shatteredpixel.shatteredpixeldungeon.sprites.ItemSpriteSheet;
import com.watabou.noosa.audio.Sample;
import com.shatteredpixel.shatteredpixeldungeon.Assets;
import com.shatteredpixel.shatteredpixeldungeon.Dungeon;
@@ -34,6 +35,7 @@ public class WandOfRegrowth extends Wand {
{
name = "Wand of Regrowth";
image = ItemSpriteSheet.WAND_REGROWTH;
}
@Override