aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2018-05-29 12:39:52 +0800
committerchai <chaifix@163.com>2018-05-29 12:39:52 +0800
commite024e5a23c4f5c8e8fb02e7b03c8e9265ac6c1ef (patch)
treea19511ccb880db2f7dd99778efc956435474a518 /bin
parent2add73bb54ce9376ffcd44ffd929049d3c430628 (diff)
Image改为工厂
Diffstat (limited to 'bin')
-rw-r--r--bin/jin.exebin731136 -> 1532416 bytes
-rw-r--r--bin/main.lua11
2 files changed, 6 insertions, 5 deletions
diff --git a/bin/jin.exe b/bin/jin.exe
index 4e4d906..9881196 100644
--- a/bin/jin.exe
+++ b/bin/jin.exe
Binary files differ
diff --git a/bin/main.lua b/bin/main.lua
index 789dcc6..3ab9b92 100644
--- a/bin/main.lua
+++ b/bin/main.lua
@@ -146,11 +146,12 @@ jin.core.onDraw = function()
-- if true then return end
i = i + 0.001
jg.bind(cvs)
- jg.use(lightning)
- lightning:send("number", "iTime", t)
- lightning:send("Image", "img", img2)
- jg.draw(img2, 20, 20)
- jg.unuse()
+ jg.draw(img, 10, 10)
+ -- jg.use(lightning)
+ -- lightning:send("number", "iTime", t)
+ -- lightning:send("Image", "img", img2)
+ -- jg.draw(img2, 20, 20)
+ -- jg.unuse()
jg.unbind()
jg.draw(cvs, 0, 0, 2, 2)
end