Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Shield overlapping the Swords/dagger


Deeman777
 Share

Recommended Posts

Hello, I am in great need of advice or help of modifying the paperdoll shield to make the sword under the shield so I don't need to to cut the image completely off since that would be a major bug in my game then. Anyone know how to fix this, please share, it'd be greatly appreciated.
Link to comment
Share on other sites

> ,…,<>" data-cid="920452" data-time="1395349870">
>
> What I did on Everember was something like this pseudo-code:
>
> if shield and direction=DIR_RIGHT then
>
> drawpaperdoll
>
> end if
>
>  
>
> ...
>
> drawplayersprite
>
> ...
>
>  
>
> if shield and Not direction=DIR_RIGHT then
>
> drawpaperdoll
>
> end if

I'll let you know if it works. For the drawpaperdoll do I just put in the number the shield is at?
Link to comment
Share on other sites

> I could help you write a way to render what you want where you want. (for example, when facing right, the shield will be rendered behind the actual player)
>
>  
>
> Just PM me. If I don't reply, it's cause I'll be gone for a while.

If I run into another problem that I can't walk around like I did with the shield, I will let you know so thank you for the offer :)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...