From 41fa908dc15b522e53946a716f4f6c00520bd46f Mon Sep 17 00:00:00 2001 From: sanine-a Date: Mon, 19 Oct 2020 05:35:06 -0500 Subject: add honey libraries back and reorganize directories --- demo/main.lua | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'demo') 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 -- cgit v1.2.1