diff --git a/builtin/mainmenu/tab_about.lua b/builtin/mainmenu/tab_about.lua index d8e52dc..c8d8e57 100644 --- a/builtin/mainmenu/tab_about.lua +++ b/builtin/mainmenu/tab_about.lua @@ -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) ", + "Kacper Kostka (kacperks)", + "", "(Programming, Textures)", + "-----------------------------------------------------------", + "Ɓukasz Brzostowski (Looki2000)", "", "(Programming, Textures, 3D Models, Soundtrack, Sounds)", - "Karol Rostek (karoltoja200) discord:karoltoja200#6809", + "-----------------------------------------------------------", + + "Karol Rostek (karoltoja200)", + "", "(Textures)", - "Dawid Cholewiusz (D47 0_o) discord:D46 0_o#8952", + "-----------------------------------------------------------", + + "Dawid Cholewiusz (D47 0_o)", + "", "(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 diff --git a/games/SussyCraft b/games/SussyCraft index 8f0806b..8a08384 160000 --- a/games/SussyCraft +++ b/games/SussyCraft @@ -1 +1 @@ -Subproject commit 8f0806b0a479835aaba131ce53c5765ab3a9b111 +Subproject commit 8a08384a6cc64a3cd56fe1b9514a8edf5afa9049