Finalize for release 0.5
This commit is contained in:
9
mods/ip_help/init.lua
Normal file
9
mods/ip_help/init.lua
Normal 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
3
mods/ip_help/mod.conf
Normal file
@@ -0,0 +1,3 @@
|
||||
title = Insane Protestor Help
|
||||
name = ip_help
|
||||
depends = sfinv
|
||||
Reference in New Issue
Block a user