Skip to content

Commit

Permalink
HacX|Game Menu: Reduced width of the space character in the menu
Browse files Browse the repository at this point in the history
Todo: Should be handled at font level...
  • Loading branch information
danij-deng committed Feb 4, 2012
1 parent 25412dc commit 6ddcbdc
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions doomsday/plugins/jdoom/defs/hacx/menu.ded
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,20 @@ SkipIf -nodefaultfx;

Values {
Patch Replacement {
M_NGAME = "{tracking=-1}New game";
M_NGAME = "{tracking=-1}New{scalex=.5} {scalex=1}game";
M_OPTION = "{tracking=-1}Options";
M_LOADG = "{tracking=-1}Load game";
M_SAVEG = "{tracking=-1}Save game";
M_QUITG = "{tracking=-1}Leave game";
M_LOADG = "{tracking=-1}Load{scalex=.5} {scalex=1}game";
M_SAVEG = "{tracking=-1}Save{scalex=.5} {scalex=1}game";
M_QUITG = "{tracking=-1}Leave{scalex=.5} {scalex=1}game";

M_NEWG = "{tracking=-1}New Game";
M_NEWG = "{tracking=-1}New{scalex=.5} {scalex=1}Game";
M_OPTTTL = "{tracking=-1}Options";

M_SKILL = "{tracking=-1}Choose difficulty level:";
M_JKILL = "{tracking=-1}Please don't shoot!";
M_ROUGH = "{tracking=-1}Arrrgh, I need health!";
M_HURT = "{tracking=-1}Let's rip them apart!";
M_ULTRA = "{tracking=-1}I am immortal";
M_SKILL = "{tracking=-1}Choose{scalex=.5} {scalex=1}difficulty{scalex=.5} {scalex=1}level:";
M_JKILL = "{tracking=-1}Please{scalex=.5} {scalex=1}don't{scalex=.5} {scalex=1}shoot!";
M_ROUGH = "{tracking=-1}Arrrgh,{scalex=.5} {scalex=1}I{scalex=.5} {scalex=1}need{scalex=.5} {scalex=1}health!";
M_HURT = "{tracking=-1}Let's{scalex=.5} {scalex=1}rip{scalex=.5} {scalex=1}them{scalex=.5} {scalex=1}apart!";
M_ULTRA = "{tracking=-1}I{scalex=.5} {scalex=1}am{scalex=.5} {scalex=1}immortal";
M_NMARE = "{tracking=-1}Insanity!";
};
}

0 comments on commit 6ddcbdc

Please sign in to comment.