diff options
Diffstat (limited to 'examples/gui')
| -rw-r--r-- | examples/gui/main.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/gui/main.lua b/examples/gui/main.lua index 312dfb6..1e77fac 100644 --- a/examples/gui/main.lua +++ b/examples/gui/main.lua @@ -101,4 +101,6 @@ function draw() colorPanel.color = RL_ColorFromHSV( colorPanel.hue, 1.0, 1.0 ) end + + RL_GuiDrawIcon( 121, { 6, 20 }, 2, WHITE ) end |
