mirror of
https://github.com/cyberarm/i-mic-fps.git
synced 2025-12-15 15:42:35 +00:00
Updated gems, fix issues caused by the removal of $window from cyberarm_engine
This commit is contained in:
@@ -9,7 +9,7 @@ end
|
||||
class Window < Gosu::Window
|
||||
def initialize
|
||||
super(Gosu.screen_width, Gosu.screen_height, fullscreen: true)
|
||||
$window = self
|
||||
CyberarmEngine::Window.instance = self
|
||||
@size = 50
|
||||
@slope = 250
|
||||
@color_step = 10
|
||||
|
||||
Reference in New Issue
Block a user