The Great Enspacening begins!

This commit is contained in:
Maruno17
2021-12-18 12:20:31 +00:00
parent 2480ab0f9e
commit f7b76ae62e
138 changed files with 567 additions and 567 deletions

View File

@@ -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)