gowin
This commit is contained in:
parent
f1177450f9
commit
4f2670204c
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user