Jump to content

[Solucionado]Ayuda img carga debajo de rectangulo


AlFA#

Recommended Posts

Buenas, como dice el titulo me carga la img debajo del dxDrawRectangle ¿Como puedo hacer para que la cargue la img encima del dxDrawRectangle?

                dxDrawImage(screenW * 0.2949, screenH * 0.8177, screenW * 0.0625, screenH * 0.0833, "images/" .. icon .. ".png", 0, 0, 0, tocolor(255, 255, 255, 255 * alpha), true) 
                dxDrawRectangle(screenW * 0.2852, screenH * 0.7721, screenW * 0.3955, screenH * 0.1758, tocolor( color[1], color[2], color[3], color[4] * alpha ), true) 
                dxDrawText(title, screenW * 0.3691, screenH * 0.7747, screenW * 0.6709, screenH * 0.9479, tocolor(255, 255, 255, 255 * alpha), 1, LetraFont, "center", "top", true, true, true) 
                dxDrawText(text, screenW * 0.3691, screenH * 0.7747, screenW * 0.6709, screenH * 0.9479, tocolor(255, 255, 255, 255 * alpha), 1, TextoFont, "center", "center", true, true, true) 

Como queda: https://gyazo.com/fc2631d142b80c8825cfaa8ca875e122

Edit: Arreglado por Mr.Aleks vía skype, puedne cerrar.

Link to comment
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...