Pink Bunny Ears

All development of pixel art, maps and other graphics.


Post Reply
User avatar
Mitsu
Novice
Novice
Posts: 98
Joined: 12 Apr 2009, 08:58

Pink Bunny Ears

Post by Mitsu »

Pink Bunny Ears for Easter :)
Attachments
PinkBunnyEars.jpeg
PinkBunnyEars.jpeg (2.39 KiB) Viewed 3213 times
Last edited by Mitsu on 04 Feb 2010, 17:59, edited 1 time in total.
ImageMitsu Level 94 Image
-Mitsu- Level 69 TMW
User avatar
darkice
Novice
Novice
Posts: 64
Joined: 12 Aug 2009, 19:12
Location: Travelling

Re: Pink Bunny Ears

Post by darkice »

there are already have white bunny ears......
I dont think they need anymore

if you want to make an equippable item for easter try making a bunny nose. that would be a good idea and i dont think anyone has ever thought of that.

Oh and also those just look recoulored...
Mr.T
Also known as darkice on TAW!
As well Darkice GM/EM of TWW
User avatar
Mitsu
Novice
Novice
Posts: 98
Joined: 12 Apr 2009, 08:58

Re: Pink Bunny Ears

Post by Mitsu »

Elf Hat and Funky hat are same hat but dont have same colours.
Why cant have for bunny ears :wink:
ImageMitsu Level 94 Image
-Mitsu- Level 69 TMW
User avatar
darkice
Novice
Novice
Posts: 64
Joined: 12 Aug 2009, 19:12
Location: Travelling

Re: Pink Bunny Ears

Post by darkice »

the reason why i said make something else for easter like a bunny nose is because.

1)those bunny ears just look recoulored
2)there's a game simalar to tmw that has already done these recoulored bunny ears....so i dont think we should have these recoulored ears anyway.

and wouldnt it be great to have something new?

So try making a bunny nose it dosnt matter if its badly drawn besides the dev's and other players can help you fix it.

I wish you good luck :wink:
Mr.T
Also known as darkice on TAW!
As well Darkice GM/EM of TWW
User avatar
lien
Warrior
Warrior
Posts: 446
Joined: 30 Oct 2008, 08:59
Location: France

Re: Pink Bunny Ears

Post by lien »

the funky and elf have two colors
Pink bunny ears has one so we can dye the "Bunny ears" to Pink .....
no need all sprit :mrgreen:

Lien ...
Image
User avatar
salmondine
Warrior
Warrior
Posts: 357
Joined: 08 Jan 2008, 02:37
Location: Florence. Oregon

Re: Pink Bunny Ears

Post by salmondine »

yes we sure could.
Actually bunny ears could easily be added to the dye system,
But we would need to have them as an easter event reward or have a quest, to get enough additional bunny ears in-game.
Aethyra has had bunny ears in dye system for sometime.
They are very cool dyed, as they are large enough to create a nice visual impact.
We do have a Bunny waitress at Dimond's Cove for an NPC Image for a quest, clone her and make twin sister Bambii.
This is something I would like to see. =]
User avatar
i
TMW Adviser
TMW Adviser
Posts: 1114
Joined: 07 Mar 2005, 17:29
Location: Poland
Contact:

Re: Pink Bunny Ears

Post by i »

Please DO NOT use JPG format for pixelart.

Use PNG instead. If you can not save your work as PNG, BMP or GIF will be also ok.
User avatar
Mitsu
Novice
Novice
Posts: 98
Joined: 12 Apr 2009, 08:58

Re: Pink Bunny Ears

Post by Mitsu »

Better?
Attachments
PinkBunnyEars-AlienMask.png
PinkBunnyEars-AlienMask.png (4.06 KiB) Viewed 3144 times
ImageMitsu Level 94 Image
-Mitsu- Level 69 TMW
User avatar
lien
Warrior
Warrior
Posts: 446
Joined: 30 Oct 2008, 08:59
Location: France

Re: Pink Bunny Ears

Post by lien »

Code: Select all

1
<?xml version="1.0"?>
2
<sprite>
3
        <imageset name="base" src="graphics/sprites/head-bunnyears.png|M:#b51853;W:#f45c95" width="24" height="24" />
4

5
        <action name="stand" imageset="base">
6
                <animation direction="down">
7
                  <frame index="0" offsetX="0" offsetY ="-46" />
8
                </animation>
9
                <animation direction="left">
10
                  <frame index="1" offsetX="-2" offsetY ="-47"/>
11
                </animation>
12
                <animation direction="up">
13
                  <frame index="2" offsetX="-2" offsetY ="-49"/>
14
                </animation>
15
                <animation direction="right">
16
                  <frame index="3" offsetX="2" offsetY ="-47"/>
17
                </animation>
18
        </action>
19

20
        <action name="walk" imageset="base">
21
                <animation direction="down">
22
                  <frame index="0" offsetX="0" offsetY ="-45" delay="75"/>
23
                  <frame index="0" offsetX="0" offsetY ="-46" delay="75" />
24
                  <frame index="0" offsetX="0" offsetY ="-46" delay="75" />
25
                  <frame index="0" offsetX="0" offsetY ="-45" delay="75" />
26
                  <frame index="0" offsetX="0" offsetY ="-46" delay="75" />
27
                  <frame index="0" offsetX="0" offsetY ="-46" delay="75" />
28
                </animation>
29
                <animation direction="left">
30
                  <frame index="1" offsetX="-2" offsetY ="-47" delay="75"/>
31
                  <frame index="1" offsetX="-2" offsetY ="-46" delay="75"/>
32
                  <frame index="1" offsetX="-2" offsetY ="-47" delay="75"/>
33
                  <frame index="1" offsetX="-2" offsetY ="-47" delay="75"/>
34
                  <frame index="1" offsetX="-2" offsetY ="-46" delay="75"/>
35
                  <frame index="1" offsetX="-2" offsetY ="-47" delay="75"/>
36
                </animation>
37
                <animation direction="up">
38
                  <frame index="2" offsetX="-2" offsetY ="-49" delay="75"/>
39
                  <frame index="2" offsetX="-2" offsetY ="-50" delay="75"/>
40
                  <frame index="2" offsetX="-2" offsetY ="-50" delay="75"/>
41
                  <frame index="2" offsetX="-2" offsetY ="-49" delay="75"/>
42
                  <frame index="2" offsetX="-2" offsetY ="-50" delay="75"/>
43
                  <frame index="2" offsetX="-2" offsetY ="-50" delay="75"/>
44
                </animation>
45
                <animation direction="right">
46
                  <frame index="3" offsetX="2" offsetY ="-47" delay="75"/>
47
                  <frame index="3" offsetX="2" offsetY ="-46" delay="75"/>
48
                  <frame index="3" offsetX="2" offsetY ="-47" delay="75"/>
49
                  <frame index="3" offsetX="2" offsetY ="-47" delay="75"/>
50
                  <frame index="3" offsetX="2" offsetY ="-46" delay="75"/>
51
                  <frame index="3" offsetX="2" offsetY ="-47" delay="75"/>
52
                </animation>
53
        </action>
54

55
        <action name="attack" imageset="base">
56
                <animation direction="down">
57
                  <frame index="0" offsetX="0" offsetY ="-44" delay="75" />
58
                  <frame index="0" offsetX="0" offsetY ="-45" delay="75" />
59
                  <frame index="0" offsetX="0" offsetY ="-42" delay="75" />
60
                  <frame index="0" offsetX="0" offsetY ="-41" delay="75" />
61
                  <end />
62
                </animation>
63
                <animation direction="left">
64
                  <frame index="1" offsetX="2" offsetY ="-48" delay="75" />
65
                  <frame index="1" offsetX="2" offsetY ="-49" delay="75" />
66
                  <frame index="1" offsetX="-2" offsetY ="-46" delay="75" />
67
                  <frame index="1" offsetX="-3" offsetY ="-45" delay="75" />
68
                  <end />
69
                </animation>
70
                <animation direction="up">
71
                  <frame index="2" offsetX="-3" offsetY ="-49" delay="75"/>
72
                  <frame index="2" offsetX="-3" offsetY ="-49" delay="75"/>
73
                  <frame index="2" offsetX="-3" offsetY ="-49" delay="75"/>
74
                  <frame index="2" offsetX="-3" offsetY ="-47" delay="75"/>
75
                  <end />
76
                </animation>
77
                <animation direction="right">
78
                  <frame index="3" offsetX="-1" offsetY ="-48" delay="75"/>
79
                  <frame index="3" offsetX="-1" offsetY ="-49" delay="75"/>
80
                  <frame index="3" offsetX="2" offsetY ="-46" delay="75"/>
81
                  <frame index="3" offsetX="3" offsetY ="-45" delay="75"/>
82
                  <end />
83
                </animation>
84
        </action>
85

86
        <action name="attack_bow" imageset="base">
87
                <animation direction="down">
88
                  <frame index="0" offsetX="0" offsetY ="-45" delay="75" />
89
                  <frame index="0" offsetX="0" offsetY ="-45" delay="75" />
90
                  <frame index="0" offsetX="0" offsetY ="-45" delay="75" />
91
                  <frame index="0" offsetX="0" offsetY ="-44" delay="75" />
92
                  <frame index="0" offsetX="0" offsetY ="-45" delay="75" />
93
                  <end />
94
                </animation>
95
                <animation direction="left">
96
                  <frame index="1" offsetX="1" offsetY ="-47" delay="75" />
97
                  <frame index="1" offsetX="1" offsetY ="-47" delay="75" />
98
                  <frame index="1" offsetX="1" offsetY ="-47" delay="75" />
99
                  <frame index="1" offsetX="3" offsetY ="-48" delay="75" />
100
                  <frame index="1" offsetX="3" offsetY ="-48" delay="75" />
101
                  <end />
102
                </animation>
103
                <animation direction="up">
104
                  <frame index="2" offsetX="-2" offsetY ="-49" delay="75"/>
105
                  <frame index="2" offsetX="-2" offsetY ="-49" delay="75"/>
106
                  <frame index="2" offsetX="-3" offsetY ="-49" delay="75"/>
107
                  <frame index="2" offsetX="-3" offsetY ="-48" delay="75"/>
108
                  <frame index="2" offsetX="-3" offsetY ="-49" delay="75"/>
109
                  <end />
110
                </animation>
111
                <animation direction="right">
112
                  <frame index="3" offsetX="-1" offsetY ="-47" delay="75"/>
113
                  <frame index="3" offsetX="-1" offsetY ="-47" delay="75"/>
114
                  <frame index="3" offsetX="-1" offsetY ="-47" delay="75"/>
115
                  <frame index="3" offsetX="-3" offsetY ="-48" delay="75"/>
116
                  <frame index="3" offsetX="-3" offsetY ="-48" delay="75"/>
117
                  <end />
118
                </animation>
119
        </action>
120

121
        <action name="sit" imageset="base">
122
                <animation direction="down">
123
                  <frame index="0" offsetX="0" offsetY ="-34" />
124
                </animation>
125
                <animation direction="left">
126
                  <frame index="1" offsetX="2" offsetY ="-38"/>
127
                </animation>
128
                <animation direction="up">
129
                  <frame index="2" offsetX="-1" offsetY ="-41"/>
130
                </animation>
131
                <animation direction="right">
132
                  <frame index="3" offsetX="-4" offsetY ="-38"/>
133
                </animation>
134
        </action>
135

136
        <action name="dead" imageset="base">
137
                <animation direction="default">
138
                        <frame index="4" offsetX="35" offsetY="-6"/>
139
                </animation>
140
        </action>
141

142
</sprite>
or you shouldn't use a sprit but a xml File .....
.... this is a test .....
just a idea


Lien ...
Image
User avatar
Jaxad0127
Manasource
Manasource
Posts: 4209
Joined: 01 Nov 2007, 17:35
Location: Internet

Re: Pink Bunny Ears

Post by Jaxad0127 »

Don't even do that, just put the dye in the item DB.
Image
User avatar
meway
TMW Classic
TMW Classic
Posts: 1737
Joined: 04 Jan 2009, 05:02
Location: Detroit MI

Re: Pink Bunny Ears

Post by meway »

Eh. why not, I don't think Ea supports it yet but here's a beta peek.
Attachments
bunny_nose.PNG
bunny_nose.PNG (3.37 KiB) Viewed 3066 times
User avatar
darkice
Novice
Novice
Posts: 64
Joined: 12 Aug 2009, 19:12
Location: Travelling

Re: Pink Bunny Ears

Post by darkice »

aww the bunny nose looks cute :lol:
i myself will be making a cat tail as the next thing you get from that cat in the cave but i just dont know if it will be supported either

+1 on the bunny nose
Mr.T
Also known as darkice on TAW!
As well Darkice GM/EM of TWW
User avatar
Black Don
Knight
Knight
Posts: 660
Joined: 06 Feb 2008, 21:30

Re: Pink Bunny Ears

Post by Black Don »

I guess people forgot I made recolorable bunny ears quite some time ago.

http://forums.themanaworld.org/viewtopi ... ars#p52045
"Too much of a good thing is an awesome thing, but too much of an awesome thing is, um, really really dumb. And bad." Strong Bad
User avatar
meway
TMW Classic
TMW Classic
Posts: 1737
Joined: 04 Jan 2009, 05:02
Location: Detroit MI

Re: Pink Bunny Ears

Post by meway »

lol I got a little carried away. But I like it.
Edit: a little touch up.
Edit: contrast change.
Edit: fixed some spots.
Attachments
Bunny3.PNG
Bunny3.PNG (3.14 KiB) Viewed 3033 times
Post Reply