mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-10 23:01:59 +00:00
- changed Hacx and Harmony configs to use the arrow cursor as default instead of Doom's bunny.
SVN r3505 (trunk)
This commit is contained in:
parent
cf0d5b3151
commit
64f14f8d18
2 changed files with 9 additions and 2 deletions
|
@ -5,7 +5,7 @@ IWad
|
|||
Name = "Harmony"
|
||||
Game = "Doom"
|
||||
Config = "Harmony"
|
||||
Mapinfo = "mapinfo/doom2.txt"
|
||||
Mapinfo = "mapinfo/hacxharm.txt"
|
||||
MustContain = "MAP01", "0HAWK01", "0CARA3", "0NOSE1"
|
||||
BannerColors = "6e b4 d6", "45 4f 7e"
|
||||
}
|
||||
|
@ -15,7 +15,7 @@ IWad
|
|||
Name = "Hacx: Twitch'n Kill"
|
||||
Game = "Doom"
|
||||
Config = "Hacx"
|
||||
Mapinfo = "mapinfo/doom2.txt"
|
||||
Mapinfo = "mapinfo/hacxharm.txt"
|
||||
MustContain = "MAP01", "HACX-R"
|
||||
BannerColors = "00 00 a8", "a8 a8 a8"
|
||||
}
|
||||
|
|
7
wadsrc/static/mapinfo/hacxharm.txt
Normal file
7
wadsrc/static/mapinfo/hacxharm.txt
Normal file
|
@ -0,0 +1,7 @@
|
|||
include "mapinfo/doom2.txt"
|
||||
|
||||
gameinfo
|
||||
{
|
||||
cursorpic = "cursor"
|
||||
}
|
||||
|
Loading…
Reference in a new issue