Skip to content

Commit

Permalink
Fix red background missing in deathscreen
Browse files Browse the repository at this point in the history
  • Loading branch information
sapier authored and sapier committed Apr 21, 2014
1 parent 5b1bd2f commit da3c5c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/game.cpp
Expand Up @@ -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") + "]"
;
Expand Down

0 comments on commit da3c5c7

Please sign in to comment.