Rex The Kitsune
Annoying Purple Dude
Okay, so this was taking up a lot of space in the 'General project thread' so I decided to move it to it's own thread.
What we have so far:
A pillow-shaded WIP sprite (I need some help with the shading)
And a Lua script made by Puppyfaic for his 'ball rolling' gameplay:
(The lines got messed up)
Discuss, or give me some tips/criticism.
What we have so far:
A pillow-shaded WIP sprite (I need some help with the shading)
And a Lua script made by Puppyfaic for his 'ball rolling' gameplay:
(The lines got messed up)
addHook("ThinkFrame", do
for player in players.iterate
if (player.mo and player.mo.skin == "sonic")
if not (player.pflags & PF_NIGHTSMODE)
and (player.panim == PA_RUN)
player.mo.state = S_PLAY_ATK1
player.pflags = $1|PF_SPINNING
end
end
end
end)
Discuss, or give me some tips/criticism.