• Do not use Works in Progress as a way of avoiding the releases system! Works in Progress can be used for sharing early betas and for getting suggestions for improvement. Releases of finished content are not allowed in this forum! If you would like to submit a finished addon, click here for instructions on how to do so.

Roly Poly Putt

Status
Not open for further replies.

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)
h1um0pf.png


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.
 
For the shading, I would say try to look at maybe a red ball or a shiny object, it's a great way to build the shading off of with the shine and shadows.
 
For the shading, I would say try to look at maybe a red ball or a shiny object, it's a great way to build the shading off of with the shine and shadows.

Yeah. You seem really good at shading. I'll try that.
I don't really even know how to apply the shading to him, I mean, I don't know which parts should be shaded or not.
 
Status
Not open for further replies.

Who is viewing this thread (Total: 1, Members: 0, Guests: 1)

Back
Top