From 2d046ffd16d8ff3a06f92ca438ca6b2d6842ce6a Mon Sep 17 00:00:00 2001 From: sanine-a Date: Sun, 18 Oct 2020 12:21:38 -0500 Subject: add LICENSE.md --- demo/main.lua | 3 +++ 1 file changed, 3 insertions(+) (limited to 'demo') diff --git a/demo/main.lua b/demo/main.lua index 3ec95cb..afc94d2 100644 --- a/demo/main.lua +++ b/demo/main.lua @@ -2,7 +2,10 @@ for key, value in pairs(honey.input.key) do print(key, value) end +local total_time = 0 + function honey.update(dt) + total_time = total_time + dt print(dt) end -- cgit v1.2.1