Finalize for release 0.5

This commit is contained in:
2022-11-27 14:08:38 -05:00
parent ac9ea6c4e0
commit 971dc82648
34 changed files with 379 additions and 49 deletions

9
mods/ip_help/init.lua Normal file
View File

@@ -0,0 +1,9 @@
sfinv.register_page("ip_help:how_to_play", {
title = "How to Play",
get = function(self, player, context)
return sfinv.make_formspec(player, context, [[
bgcolor[#3A41EA]
hypertext[.1, .5; 5, 12;;<global halign=center color=yellow size=14 font=Regular>Here's how to play:The goal is to destroy as much stuff as you can. You can use pipebombs, firebombs (molotov cocktails), your fist, or even the batons that some cops drop upon death. You can craft molotov cocktails by surrounding a jerrycan with empty beer bottles. You get points by killing police officers, regular people, and destroying buildings.]
]], true)
end
})

3
mods/ip_help/mod.conf Normal file
View File

@@ -0,0 +1,3 @@
title = Insane Protestor Help
name = ip_help
depends = sfinv