Skip to content
Snippets Groups Projects
Commit da3c5c74 authored by sapier's avatar sapier
Browse files

Fix red background missing in deathscreen

parent 5b1bd2fb
Branches
Tags
No related merge requests found
......@@ -995,6 +995,7 @@ static void show_deathscreen(FormspecFormSource* current_formspec,
std::string formspec =
std::string("") +
"size[11,5.5,true]"
"bgcolor[#320000b4;true]"
"label[4.85,1.35;You died.]"
"button_exit[4,3;3,0.5;btn_respawn;" + gettext("Respawn") + "]"
;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment