small sussy changes to about tab
This commit is contained in:
parent
2a29c45ce5
commit
0fdfae6e23
@ -17,22 +17,32 @@
|
||||
|
||||
-- IMPORTANT! some lines had to be split up to new lines because they didn't fit in the window
|
||||
local sussycraft_authors = {
|
||||
"SussyCraft Game Authors:",
|
||||
|
||||
"Kacper Kostka (kacperks) <kacperks@cubesoftware.xyz>",
|
||||
"Kacper Kostka (kacperks)",
|
||||
"<kacperks@cubesoftware.xyz>",
|
||||
"(Programming, Textures)",
|
||||
|
||||
"-----------------------------------------------------------",
|
||||
|
||||
"Łukasz Brzostowski (Looki2000)",
|
||||
"<electro.brzostek@gmail.com or looki2000@cubesoftware.xyz>",
|
||||
"(Programming, Textures, 3D Models, Soundtrack, Sounds)",
|
||||
|
||||
"Karol Rostek (karoltoja200) discord:karoltoja200#6809",
|
||||
"-----------------------------------------------------------",
|
||||
|
||||
"Karol Rostek (karoltoja200)",
|
||||
"<discord: karoltoja200#6809>",
|
||||
"(Textures)",
|
||||
|
||||
"Dawid Cholewiusz (D47 0_o) discord:D46 0_o#8952",
|
||||
"-----------------------------------------------------------",
|
||||
|
||||
"Dawid Cholewiusz (D47 0_o)",
|
||||
"<discord: D46 0_o#8952>",
|
||||
"(Structures builder)",
|
||||
|
||||
"Kacper Brzostowski (wooden plank texture)",
|
||||
"-----------------------------------------------------------",
|
||||
|
||||
"Kacper Brzostowski",
|
||||
"(wooden plank texture)",
|
||||
}
|
||||
|
||||
-- https://github.com/orgs/minetest/teams/engine/members
|
||||
@ -148,6 +158,7 @@ return {
|
||||
prepare_credits(credit_list, sussycraft_authors)
|
||||
|
||||
table.insert_all(credit_list, {
|
||||
"",
|
||||
core.colorize("#ffdd33", fgettext("Minetest Engine Developers"))
|
||||
})
|
||||
prepare_credits(credit_list, core_developers)
|
||||
@ -189,7 +200,7 @@ return {
|
||||
core.formspec_escape("SussyCraft " .. core.get_version().string) .. "]" ..
|
||||
|
||||
-- original x positions: 1.5 and 2.5
|
||||
"button[1.1,4.1;3.3,0.8;homepage;Privacy Policy]" ..
|
||||
"button[1.1,4.1;3.3,0.8;privacy;Privacy Policy]" ..
|
||||
"button[0.6,5.1;4.3,0.8;discord;SussyCraft Discord]" ..
|
||||
|
||||
"scroll_container[5.5,0.1;13.5,6.9;scroll_credits;vertical;" .. -- originally: 5.5,0.1;9.5,6.9
|
||||
@ -209,7 +220,7 @@ return {
|
||||
return fs, "size[19.5,7.1,false]real_coordinates[true]" -- originally: 15.5,7.1
|
||||
end,
|
||||
cbf_button_handler = function(this, fields, name, tabdata)
|
||||
if fields.homepage then
|
||||
if fields.privacy then
|
||||
core.open_url("https://cubesoftware.xyz/sussycraft/privacy.html")
|
||||
end
|
||||
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 8f0806b0a479835aaba131ce53c5765ab3a9b111
|
||||
Subproject commit 8a08384a6cc64a3cd56fe1b9514a8edf5afa9049
|
Loading…
Reference in New Issue
Block a user