diff options
Diffstat (limited to 'bin')
-rw-r--r-- | bin/SDL2.dll | bin | 1279488 -> 1242112 bytes | |||
-rw-r--r-- | bin/game/main.lua | 3 | ||||
-rw-r--r-- | bin/jin.exe | bin | 554496 -> 1703424 bytes | |||
-rw-r--r-- | bin/lua51.dll | bin | 364544 -> 364544 bytes |
4 files changed, 1 insertions, 2 deletions
diff --git a/bin/SDL2.dll b/bin/SDL2.dll Binary files differindex 0b08ce2..47c1b1e 100644 --- a/bin/SDL2.dll +++ b/bin/SDL2.dll diff --git a/bin/game/main.lua b/bin/game/main.lua index 6851c45..8de71f1 100644 --- a/bin/game/main.lua +++ b/bin/game/main.lua @@ -62,12 +62,11 @@ local function createAnimation(path, count, r, c, w, h, loop, speed) return jin.graphics.newAnimation(sprs, loop, speed) end local Pi = 3.1415 -local tex = nil function jin.core.onLoad() -- bitmap = jin.graphics.newBitmap(200, 200, function(w, h, x, y) -- return {255*math.sin(x/w),255 - 255,255*math.cos(y/w),255} -- end) - tex = jin.graphics.newTexture("particle.png") + local tex = jin.graphics.newTexture("particle.png") particle_sprite = jin.graphics.newSprite(tex, jin.graphics.SpriteOrigin.MIDDLECENTER) ps = jin.graphics.newParticleSystem() diff --git a/bin/jin.exe b/bin/jin.exe Binary files differindex c74c8b7..fffa828 100644 --- a/bin/jin.exe +++ b/bin/jin.exe diff --git a/bin/lua51.dll b/bin/lua51.dll Binary files differindex 88d71ef..4857c1e 100644 --- a/bin/lua51.dll +++ b/bin/lua51.dll |