summaryrefslogtreecommitdiff
path: root/demo/main.lua
diff options
context:
space:
mode:
authorsanine-a <sanine.not@pm.me>2020-10-19 05:35:06 -0500
committersanine-a <sanine.not@pm.me>2020-10-19 05:35:06 -0500
commit41fa908dc15b522e53946a716f4f6c00520bd46f (patch)
treebc8176462000b2c77c00d3227037c1acbb13e0ee /demo/main.lua
parent2d046ffd16d8ff3a06f92ca438ca6b2d6842ce6a (diff)
add honey libraries back and reorganize directories
Diffstat (limited to 'demo/main.lua')
-rw-r--r--demo/main.lua16
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