mirror of
https://github.com/Reuh/ubiquitousse.git
synced 2025-10-28 01:29:31 +00:00
Rename time to timer
This commit is contained in:
parent
b5324faace
commit
82bc7268e6
9 changed files with 37 additions and 37 deletions
7
timer/backend/love.lua
Normal file
7
timer/backend/love.lua
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
local timer = require((...):match("^(.-%.)backend").."timer")
|
||||
|
||||
timer.get = function()
|
||||
return love.timer.getTime() * 1000
|
||||
end
|
||||
|
||||
return timer
|
||||
Loading…
Add table
Add a link
Reference in a new issue