diff options
| author | jussi | 2022-12-07 22:27:24 +0200 |
|---|---|---|
| committer | jussi | 2022-12-07 22:27:24 +0200 |
| commit | 79fbb36d2a4d73001c446f75b3b87dc84f1605b6 (patch) | |
| tree | 76f7ef8c31b4019f44f093f3b65dc556c7530d09 /examples/n-patches/main.lua | |
| parent | 1a1c3cb28c7f9fe53f450bbdbb65ea4c77adc5ac (diff) | |
| download | reilua-enhanced-79fbb36d2a4d73001c446f75b3b87dc84f1605b6.tar.gz reilua-enhanced-79fbb36d2a4d73001c446f75b3b87dc84f1605b6.tar.bz2 reilua-enhanced-79fbb36d2a4d73001c446f75b3b87dc84f1605b6.zip | |
ReiLuaGui calculator example.
Diffstat (limited to 'examples/n-patches/main.lua')
| -rw-r--r-- | examples/n-patches/main.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/n-patches/main.lua b/examples/n-patches/main.lua index 045bb84..91ea409 100644 --- a/examples/n-patches/main.lua +++ b/examples/n-patches/main.lua @@ -4,7 +4,7 @@ local origin = { 0.0, 0.0 } -- local ninePatchInfo = { { 0.0, 0.0, 24.0, 24.0 }, 8, 8, 8, 8, NPATCH_NINE_PATCH } local ninePatchInfo = { source = { 0, 0, 24.0, 24.0 }, left = 8, top = 8, right = 8, bottom = 8, layout = NPATCH_NINE_PATCH } -local nPatchTexture = RL_LoadTexture( RL_GetBasePath().."../resources/images/n-patch.png" ) +local nPatchTexture = RL_LoadTexture( RL_GetBasePath().."../resources/images/ui_border.png" ) function init() RL_SetWindowTitle( "N-Patches" ) |
