diff options
author | sanine-a <sanine.not@pm.me> | 2020-10-19 05:35:06 -0500 |
---|---|---|
committer | sanine-a <sanine.not@pm.me> | 2020-10-19 05:35:06 -0500 |
commit | 41fa908dc15b522e53946a716f4f6c00520bd46f (patch) | |
tree | bc8176462000b2c77c00d3227037c1acbb13e0ee /demo | |
parent | 2d046ffd16d8ff3a06f92ca438ca6b2d6842ce6a (diff) |
add honey libraries back and reorganize directories
Diffstat (limited to 'demo')
-rw-r--r-- | demo/main.lua | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/demo/main.lua b/demo/main.lua index afc94d2..8c0072f 100644 --- a/demo/main.lua +++ b/demo/main.lua @@ -4,11 +4,11 @@ end local total_time = 0 -function honey.update(dt) - total_time = total_time + dt - print(dt) -end - -function honey.draw() - print('draw!') -end +--function honey.update(dt) +-- total_time = total_time + dt +-- print(dt) +--end +-- +--function honey.draw() +-- print('draw!') +--end |