diff options
author | David Thompson <dthompson@member.fsf.org> | 2013-09-08 18:21:59 -0400 |
---|---|---|
committer | David Thompson <dthompson@member.fsf.org> | 2013-09-08 18:21:59 -0400 |
commit | 18eebb36eb5c2441cd63f3a89fc608f234b9f775 (patch) | |
tree | fb013fcca07a46e6f166e4153251a8a95ac4e9eb /2d | |
parent | e67a9e17223e13721603793ba151c0f18456332e (diff) |
Export current-fps from game module.
Diffstat (limited to '2d')
-rw-r--r-- | 2d/game.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/2d/game.scm b/2d/game.scm index af3bf7a..77a5cb1 100644 --- a/2d/game.scm +++ b/2d/game.scm @@ -101,7 +101,8 @@ value." game-resolution game-fullscreen? game-first-scene - run-game) + run-game + current-fps) (export make-game define-game) |