Skip to content

Commit

Permalink
Added "icon.png" where needed, Added an error in example.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
firew0lf committed Aug 21, 2015
1 parent f580341 commit 819dabc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sdcard/3ds/ctruLua/example.lua
Expand Up @@ -9,6 +9,7 @@ local dMul = 1
local angle = 0

local texture1 = gfx.texture.load("sdmc:/3ds/ctruLua/icon.png", gfx.texture.PLACE_VRAM, gfx.texture.TYPE_PNG);
if not texture1 then error("Giants ducks came from another planet") end

gfx.color.setBackground(gfx.color.RGBA8(200, 200, 200))
gfx.set3D(true)
Expand Down
Binary file added sdcard/3ds/ctruLua/icon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 819dabc

Please sign in to comment.