
click image for larger
Moderators: MR.D, Moderators
bad? good?Beherith wrote:Robot chickens spring to mind.
Perfect!smoth wrote:Hows that azare?
Code: Select all
local loadscreens = {
{
tipText = "Lorem ipsum dolor sit amet, consectetur adipiscing elit.",
tipColor = {1.0,0.2,0.2,0.6},
tipImage = "bitmaps/ui/loadingscreen/5units.png",
},
{
tipText = "look at all the colors ERHMAGERD!",
tipColor = {1.0,0.2,0.2,0.6},
tipImage = "bitmaps/ui/loadingscreen/panels.png",
},
{
tipText = "MEGUSTA!",
fontAlign = "center",
tipFontSize = 48,
tipColor = {0.0,1.0,0.0,1.0},
tipImage = "bitmaps/ui/loadingscreen/megusta.png",
},
{
tipText = "look at all the colors AWESOME!",
tipColor = {1.0,0.2,1.0,0.6},
tipFontSize = 64,
fontShadow = false,
tipImage = "bitmaps/ui/loadingscreen/awesome.png",
},
}
return loadscreens