diff options
Diffstat (limited to 'bin')
-rw-r--r-- | bin/cembed.exe | bin | 42496 -> 44032 bytes | |||
-rw-r--r-- | bin/game/main.lua | 6 | ||||
-rw-r--r-- | bin/jin.exe | bin | 1696768 -> 1936384 bytes |
3 files changed, 3 insertions, 3 deletions
diff --git a/bin/cembed.exe b/bin/cembed.exe Binary files differindex 9200d76..ecbf8e6 100644 --- a/bin/cembed.exe +++ b/bin/cembed.exe diff --git a/bin/game/main.lua b/bin/game/main.lua index c5f6095..62086da 100644 --- a/bin/game/main.lua +++ b/bin/game/main.lua @@ -28,9 +28,9 @@ function jin.core.onLoad() mesh = jin.graphics.newMesh() mesh:setGraphic(tex) mesh:pushVertex(-20, -20, 0, 0, {255, 0, 0, 255}) - mesh:pushVertex(20, -20, 1, 0, {255, 0, 255, 255}) - mesh:pushVertex(20, 20, 1, 1, {255, 255, 0, 255}) - mesh:pushVertex(-20, 120, 0, 1, {255, 255, 255, 255}) + mesh:pushVertex(20, -20, 0.8, 0, {255, 0, 255, 255}) + mesh:pushVertex(20, 20, 0.8, 0.8, {255, 255, 0, 255}) + mesh:pushVertex(-20, 120, 0, 0.8, {255, 255, 255, 255}) ps = jin.graphics.newParticleSystem() for i = 0, 10 do local t = jin.graphics.newTexture("dust/s_dust_A_" .. i .. ".png") diff --git a/bin/jin.exe b/bin/jin.exe Binary files differindex 9f0c28d..86d6364 100644 --- a/bin/jin.exe +++ b/bin/jin.exe |