Skip to content

Commit

Permalink
clearly having more options makes everything objectively better
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed May 31, 2017
1 parent f1e2c4e commit 85a1e49
Showing 1 changed file with 41 additions and 1 deletion.
42 changes: 41 additions & 1 deletion Themes/Til Death/BGAnimations/ScreenInit background/default.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,45 @@
local t = Def.ActorFrame {}

local minanyms = {
-- the logorrhea of yore
"Irate Platypusaurusean",
"Pancreatic_MilkTrombone",
"Fire_Elevator",
"Starchy DarkButter",
"Unememorabelia Bedelia",
"Cheezits 'N Rice",
"Scalding brain fart",

-- the profile names of yore
"mystic memer",
"orange hands",
"Sir Smauggy",
"ScroogeMcdoot",
"The King In The Hall Under The Mountain Amidst The Dragon's Lair",
"Just Mash",
"Just 5mash",
"Player 1",
"Minametra",
"Noodlesim",
"Default Profile",
"Mina (backup)",
"Mina",
"orange hands (backup)",
"Don Eon",
"Tromwelskintherintherin",
"StraitStrix",
"UmbralChord",

-- the nightly builds of yore
"AVAST YE STEPMATEY",
"ALPHA DINGOBABY",
"TOWEL FOR A PHOENIX",
"MAYBE ITS RASPBELLINE",
"FREE MARKOV",
}

math.random()

t[#t+1] = Def.ActorFrame {
InitCommand=cmd(Center),
LoadActor("woop") .. {
Expand All @@ -14,7 +54,7 @@ t[#t+1] = Def.ActorFrame {
OnCommand=cmd(sleep,1;linear,3;diffuse,getDifficultyColor("Difficulty_Couple");diffusealpha,0)
},
LoadFont("Common Normal") .. {
Text="Created by " .. "Irate Platypusaurusean",
Text="Created by " .. minanyms[math.random(#minanyms)],
InitCommand=cmd(y,16;zoom,0.75),
OnCommand=cmd(sleep,1;linear,3;diffuse,getDifficultyColor("Difficulty_Couple");diffusealpha,0)
},
Expand Down

0 comments on commit 85a1e49

Please sign in to comment.