mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-09 22:24:58 +00:00
The Great Enspacening begins!
This commit is contained in:
@@ -81,7 +81,7 @@ class MiningGameCursor < BitmapSprite
|
||||
ToolPositions = [[1,0],[1,1],[1,1],[0,0],[0,0],
|
||||
[0,2],[0,2],[0,0],[0,0],[0,2],[0,2]] # Graphic, position
|
||||
|
||||
def initialize(position=0,mode=0) # mode: 0=pick, 1=hammer
|
||||
def initialize(position = 0,mode = 0) # mode: 0=pick, 1=hammer
|
||||
@viewport = Viewport.new(0,0,Graphics.width,Graphics.height)
|
||||
@viewport.z = 99999
|
||||
super(Graphics.width,Graphics.height,@viewport)
|
||||
|
||||
Reference in New Issue
Block a user