mirror of
https://github.com/ctruLua/ctruLua.git
synced 2025-10-27 16:39:29 +00:00
Hotfixed sprite.lua
Removed debug code. Again.
This commit is contained in:
parent
e0ff7ad9c4
commit
3f995629c0
1 changed files with 0 additions and 2 deletions
|
|
@ -6,8 +6,6 @@ local mod = {}
|
|||
local function getBox(tx, ty, i, sx, sy)
|
||||
x = ((i*sx)%tx)
|
||||
y = math.floor((i*sx)/tx)*sy
|
||||
|
||||
gfx.text(150, 150, tx.."/"..ty.." -> "..x.."/"..y)
|
||||
|
||||
return x, y
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue