mirror of
https://github.com/Reuh/ubiquitousse.git
synced 2025-10-27 17:19:31 +00:00
second -> millisecond. More adapt unit and avoid precision loss when working on float numbers.
This commit is contained in:
parent
39198a3bd3
commit
0b99502708
7 changed files with 23 additions and 15 deletions
4
init.lua
4
init.lua
|
|
@ -30,6 +30,10 @@
|
|||
-- Theses formats are respected for the reference implementations, but Abstract may provide a script to
|
||||
-- automatically convert data formats from a project at some point.
|
||||
--
|
||||
-- Units used in the API:
|
||||
-- * All distances are expressed in pixels (px)
|
||||
-- * All durations are expressed in milliseconds (ms)
|
||||
--
|
||||
-- Style:
|
||||
-- * tabs for indentation, spaces for esthetic whitespace (notably in comments)
|
||||
-- * no globals
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue