This commit is contained in:
{{QWERTYKBGUI}} 2022-11-22 00:14:02 +01:00
parent f1177450f9
commit 4f2670204c

View File

@ -1,5 +1,13 @@
currentPage = 1
function game_over()
minetest.show_formspec("poop:game_over", "size[8,8]label[0,0;Game Over!]")
end
function you_win()
minetest.show_formspec("poop:you_win", "size[8,8]label[0,0;You Won! Tha]")
end
minetest.register_item(":", { -- Hand
type = "none",
wield_image = "Poop.png",