mirror of
https://github.com/cyberarm/i-mic-fps.git
synced 2025-12-15 15:42:35 +00:00
Removed global state for LightManager and ObjectManager, they're now inside GameState. Simplified terrain mesh.
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
class IMICFPS
|
||||
module CommonMethods
|
||||
|
||||
def window; $window; end
|
||||
|
||||
def delta_time
|
||||
(Gosu.milliseconds-@delta_time)/1000.0
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user