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

AngelR

Members
  • Posts

    17
  • Joined

  • Last visited

Posts posted by AngelR

  1. @xlithan Thank you very much, they were with you and I changed the coordinates.

    ' render player shadow
    If hasShadow(Sprite) Then RenderTexture Tex_Shadow, ConvertMapX(X), ConvertMapY(Y + 18), 0, 0, 32, 32, 32, 32, D3DColorRGBA(255, 255, 255, 150)
    RenderTexture Tex_Shadow, ConvertMapX(X), ConvertMapY(Y + 18), 0, 0, 32, 32, 32, 32, D3DColorRGBA(255, 255, 255, 150)

    ' render player shadow
    If hasShadow(Sprite) Then RenderTexture Tex_Shadow, ConvertMapX(X), ConvertMapY(Y + 18), 0, 0, 32, 32, 32, 32, D3DColorRGBA(255, 255, 255, 150)
    RenderTexture Tex_Shadow, ConvertMapX(X), ConvertMapY(Y + 18), 0, 0, 32, 32, 32, 32, D3DColorRGBA(255, 255, 255, 200).

    But for large npc sprites it does not work.![alt text](https://i.imgur.com/SrLyohH.png)
  2. Hello my friends

    I have a question regarding a menu choice.

    Which the [Change Sprite] button does not appear in the game menu.

    What would be the problem?

    ![alt text](https://i.imgur.com/JAMhNm7.png)

    ![alt text](https://i.imgur.com/eznt9y7.png)

    How can I make the button appear?

    Please help.

    - Google translator.
×
×
  • Create New...