summaryrefslogtreecommitdiff
path: root/examples/pixelated/main.lua
diff options
context:
space:
mode:
authorjussi2022-06-13 00:20:34 +0300
committerjussi2022-06-13 00:20:34 +0300
commit7b26e0aa68fb45612083b8e6b5c970564804803d (patch)
treedab279d16464c30dfb0ccf0b1ff2b1725e2af530 /examples/pixelated/main.lua
parent4cb361733ef4bce0e803501b750acdd81404778f (diff)
downloadreilua-enhanced-7b26e0aa68fb45612083b8e6b5c970564804803d.tar.gz
reilua-enhanced-7b26e0aa68fb45612083b8e6b5c970564804803d.tar.bz2
reilua-enhanced-7b26e0aa68fb45612083b8e6b5c970564804803d.zip
UnloadModelAnimations and IsModelAnimationValid.
Diffstat (limited to 'examples/pixelated/main.lua')
-rw-r--r--examples/pixelated/main.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/pixelated/main.lua b/examples/pixelated/main.lua
index c0de666..24ba913 100644
--- a/examples/pixelated/main.lua
+++ b/examples/pixelated/main.lua
@@ -47,6 +47,7 @@ function draw()
RL_DrawRectangle( { 200, 120, 40, 50 }, { 100, 170, 255 } )
RL_DrawTexturePro( tex, { 166, 138, 128, 128 }, { pos[1], pos[2], 128, 128 }, { 16, 16 }, 0.0, WHITE )
RL_DrawText( 0, "Cat MIAU!!", { 16, 32 }, 10, 1, { 255, 180, 155 } )
+ RL_DrawTriangle( { 0, 32 }, { 32, 16 }, { 0, 0 }, RED )
RL_EndTextureMode()
RL_SetTextureSource( TEXTURE_SOURCE_RENDER_TEXTURE )