Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
We need to insert calls to all the methods we have created.
Insert calls to CreateLayers, CreateBackgroundScreen, CreateTitleScreen, and LoadSounds.
atlas = LoadImage("bo_tiles.png")
font1 = eng.LoadFont("bo_font")
CreateLayers()
CreateBackgroundScreen()
CreateTitleScreen()
LoadSounds()
Return 0
End