diff options
Diffstat (limited to 'demo/main.lua')
-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 |