10 lines
310 B
Plaintext
10 lines
310 B
Plaintext
|
|
background = addStretchedTexture("top_left", "loading:textures/gui/title/background/bg.png")
|
|
background.setRelRender(1, 1)
|
|
|
|
tips = addRandomText("top_left")
|
|
tips.setAbsXOffset(5)
|
|
tips.setAbsYOffset(5)
|
|
tips.addTip("Space Suits can reduce radiation damage.")
|
|
tips.addTip("It is always night in the asteroids.")
|