meh
This commit is contained in:
parent
f733553652
commit
6cf29e9bde
@ -16,6 +16,7 @@ function you_win(player)
|
||||
"position[0.5, 0.5]",
|
||||
"style_type[button;bgcolor=yellow;textcolor=green]",
|
||||
"hypertext[1, 12.5; 12, 5;;<global halign=center color=black size=20 font=Regular>" .. thanks .. "]\n",
|
||||
"image[1, .2; 16, 12; thanks.png]",
|
||||
"button[13, 14.9; 4, 1;exit;Quit]"
|
||||
}
|
||||
minetest.show_formspec(player:get_player_name(), "poop:story", table.concat(storyFormspec, ""))
|
||||
@ -71,7 +72,7 @@ minetest.register_on_player_receive_fields(function(player, formname, fields)
|
||||
end
|
||||
end)
|
||||
storyText = {}
|
||||
|
||||
storyText[0] = "Click next to continue. Do NOT close the formspec by pressing the Escape key, or the game may break. To my knowledge, this is impossible to solve with the current Lua API."
|
||||
storyText[1] = "Welcome to the state-of-the-art Shitting Simulator! A very advanced, educational, and culturally significant Minetest Game!"
|
||||
storyText[2] = "So the story is simple: You've eaten so many pickles and beans and drank so much milk that your rectum will burst if you don't take a shit in the next two minutes."
|
||||
storyText[3] = "You accidently use your flux capacitor and travel in time to the far future, where you find yourself in a city where you are shitting all over the place."
|
||||
|
Loading…
x
Reference in New Issue
Block a user