
background = addStretchedTexture("top_left", "loading:textures/gui/title/background/bg.jpg")
background.setRelRender(1, 1)

tips = addRandomText("top_left")
tips.setAbsXOffset(5)
tips.setAbsYOffset(5)
tips.addTip("Watch out for Sharks.")
tips.addTip("The terrain is normal under the ocean.")
tips.addTip("Remember there may not be a void, but there are ocean mobs.")
