small sussy fixes in about tab:
This commit is contained in:
parent
5d3330377e
commit
2ddd5d9abe
@ -15,7 +15,7 @@
|
|||||||
--with this program; if not, write to the Free Software Foundation, Inc.,
|
--with this program; if not, write to the Free Software Foundation, Inc.,
|
||||||
--51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
--51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||||
|
|
||||||
-- IMPORTAND some lines had to be split up to new lines because they didn't fit in the window
|
-- IMPORTANT! some lines had to be split up to new lines because they didn't fit in the window
|
||||||
local sussycraft_authors = {
|
local sussycraft_authors = {
|
||||||
"SussyCraft Game Authors:",
|
"SussyCraft Game Authors:",
|
||||||
|
|
||||||
@ -24,7 +24,7 @@ local sussycraft_authors = {
|
|||||||
|
|
||||||
"Łukasz Brzostowski (Looki2000)",
|
"Łukasz Brzostowski (Looki2000)",
|
||||||
"<electro.brzostek@gmail.com or looki2000@cubesoftware.xyz>",
|
"<electro.brzostek@gmail.com or looki2000@cubesoftware.xyz>",
|
||||||
"(Programming, Textures, 3D Models, Soundtrack, Sound)",
|
"(Programming, Textures, 3D Models, Soundtrack, Sounds)",
|
||||||
|
|
||||||
"Karol Rostek (karoltoja200) discord:karoltoja200#6809",
|
"Karol Rostek (karoltoja200) discord:karoltoja200#6809",
|
||||||
"(Textures)",
|
"(Textures)",
|
||||||
@ -173,7 +173,7 @@ return {
|
|||||||
prepare_credits(credit_list, previous_contributors)
|
prepare_credits(credit_list, previous_contributors)
|
||||||
|
|
||||||
-- SUS
|
-- SUS
|
||||||
local excamation_marks_count = math.random(1, 40)
|
local excamation_marks_count = math.random(1, 30)
|
||||||
table.insert_all(credit_list, {
|
table.insert_all(credit_list, {
|
||||||
"",
|
"",
|
||||||
"",
|
"",
|
||||||
|
Loading…
Reference in New Issue
Block a user