Add animations.
This commit is contained in:
parent
6896b49848
commit
faf4fa7124
5 changed files with 128 additions and 21 deletions
6
modules/game/time.scm
Normal file
6
modules/game/time.scm
Normal file
|
@ -0,0 +1,6 @@
|
|||
(define-module (game time)
|
||||
#:use-module (scheme time)
|
||||
#:export (current-time*))
|
||||
|
||||
(define (current-time*)
|
||||
(/ (exact->inexact (current-jiffy)) (jiffies-per-second)))
|
Loading…
Add table
Add a link
Reference in a new issue