Skip to content

Commit

Permalink
HacX|Fixed: Fails to start due to missing "mappoint" font
Browse files Browse the repository at this point in the history
  • Loading branch information
danij-deng committed Feb 3, 2012
1 parent 288472c commit 9a36d8f
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions doomsday/plugins/jdoom/defs/hacx/fonts.ded
Expand Up @@ -16,6 +16,20 @@ Composite BitmapFont {
057 { Texture = "STYSNUM9"; } # 9
}

Composite BitmapFont {
ID = "game:mappoint";
048 { Texture = "AMMNUM0"; } # 0
049 { Texture = "AMMNUM1"; } # 1
050 { Texture = "AMMNUM2"; } # 2
051 { Texture = "AMMNUM3"; } # 3
052 { Texture = "AMMNUM4"; } # 4
053 { Texture = "AMMNUM5"; } # 5
054 { Texture = "AMMNUM6"; } # 6
055 { Texture = "AMMNUM7"; } # 7
056 { Texture = "AMMNUM8"; } # 8
057 { Texture = "AMMNUM9"; } # 9
}

Composite BitmapFont {
ID = "game:small";
037 { Texture = "WIPCNT"; } # %
Expand Down

0 comments on commit 9a36d8f

Please sign in to comment.