mirror of
https://github.com/cyberarm/i-mic-fps.git
synced 2025-12-16 08:02:36 +00:00
Added Game States, decoupled game from Window class and placed it in Game < GameState
This commit is contained in:
@@ -11,9 +11,9 @@ class IMICFPS
|
||||
end
|
||||
|
||||
def update
|
||||
super
|
||||
@y_rotation+=0.01
|
||||
@y_rotation%=360
|
||||
super
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user