mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-13 07:57:52 +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"
|
Name = "Harmony"
|
||||||
Game = "Doom"
|
Game = "Doom"
|
||||||
Config = "Harmony"
|
Config = "Harmony"
|
||||||
Mapinfo = "mapinfo/doom2.txt"
|
Mapinfo = "mapinfo/hacxharm.txt"
|
||||||
MustContain = "MAP01", "0HAWK01", "0CARA3", "0NOSE1"
|
MustContain = "MAP01", "0HAWK01", "0CARA3", "0NOSE1"
|
||||||
BannerColors = "6e b4 d6", "45 4f 7e"
|
BannerColors = "6e b4 d6", "45 4f 7e"
|
||||||
}
|
}
|
||||||
|
@ -15,7 +15,7 @@ IWad
|
||||||
Name = "Hacx: Twitch'n Kill"
|
Name = "Hacx: Twitch'n Kill"
|
||||||
Game = "Doom"
|
Game = "Doom"
|
||||||
Config = "Hacx"
|
Config = "Hacx"
|
||||||
Mapinfo = "mapinfo/doom2.txt"
|
Mapinfo = "mapinfo/hacxharm.txt"
|
||||||
MustContain = "MAP01", "HACX-R"
|
MustContain = "MAP01", "HACX-R"
|
||||||
BannerColors = "00 00 a8", "a8 a8 a8"
|
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