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

@@ -52,7 +52,7 @@ end
def pbTextBitmap(text, maxwidth=Graphics.width)
def pbTextBitmap(text, maxwidth = Graphics.width)
tmp = Bitmap.new(maxwidth,Graphics.height)
pbSetSystemFont(tmp)
drawFormattedTextEx(tmp,0,0,maxwidth,text,Color.new(248,248,248),Color.new(168,184,184))
@@ -67,7 +67,7 @@ end
class EventScene
attr_accessor :onCTrigger,:onBTrigger,:onUpdate
def initialize(viewport=nil)
def initialize(viewport = nil)
@viewport = viewport
@onCTrigger = Event.new
@onBTrigger = Event.new
@@ -140,7 +140,7 @@ class EventScene
frames.times { update }
end
def pictureWait(extraframes=0)
def pictureWait(extraframes = 0)
loop do
hasRunning = false
for pic in @pictures