From e8e12b11db220160eb63727fb03548410bf3afd2 Mon Sep 17 00:00:00 2001 From: chai Date: Sun, 25 Nov 2018 00:11:28 +0800 Subject: *misc --- bin/ParticleSystem.exe | Bin 0 -> 1161216 bytes bin/SDL2.dll | Bin 1279488 -> 1279488 bytes bin/game/main.lua | 6 +++--- bin/jin.exe | Bin 2565632 -> 0 bytes 4 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 bin/ParticleSystem.exe delete mode 100644 bin/jin.exe (limited to 'bin') diff --git a/bin/ParticleSystem.exe b/bin/ParticleSystem.exe new file mode 100644 index 0000000..ec0a224 Binary files /dev/null and b/bin/ParticleSystem.exe differ diff --git a/bin/SDL2.dll b/bin/SDL2.dll index e663582..8e26c27 100644 Binary files a/bin/SDL2.dll and b/bin/SDL2.dll differ diff --git a/bin/game/main.lua b/bin/game/main.lua index b233272..97079f2 100644 --- a/bin/game/main.lua +++ b/bin/game/main.lua @@ -38,7 +38,7 @@ local shader2 = [[ Color c = texel(tex, v.uv); return c; } - + #END_FRAGMENT_SHADER ]] music = nil @@ -100,8 +100,8 @@ end function jin.core.onUpdate() tb.x = t t = t + jin.time.getDelta() - animator:update(jin.time.getDelta()) - timer:update(jin.time.getDelta()) + animator:update(jin.time.getDelta()) + timer:update(jin.time.getDelta()) end function jin.core.onDraw() diff --git a/bin/jin.exe b/bin/jin.exe deleted file mode 100644 index 85d76d7..0000000 Binary files a/bin/jin.exe and /dev/null differ -- cgit v1.1-26-g67d0