some about page, default settings, some textures etc. not yet compiled or tested
This commit is contained in:
@@ -2,8 +2,10 @@
|
||||
-- handled by the engine.
|
||||
|
||||
core.register_on_death(function()
|
||||
local formspec = "size[11,5.5]bgcolor[#320000b4;true]" ..
|
||||
"label[4.85,1.35;" .. fgettext("You died") ..
|
||||
--local formspec = "size[11,5.5]bgcolor[#320000b4;true]" ..
|
||||
-- change color to black
|
||||
local formspec = "size[11,5.5]bgcolor[#000000b4;true]" ..
|
||||
"label[4.85,1.35;" .. fgettext("You died :(") ..
|
||||
"]button_exit[4,3;3,0.5;btn_respawn;".. fgettext("Respawn") .."]"
|
||||
core.show_formspec("bultin:death", formspec)
|
||||
end)
|
||||
|
||||
Reference in New Issue
Block a user