mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2024-11-25 13:21:28 +00:00
Fixed Skulltag part of Zandronum things configuration.
Replaced a couple of internal thing sprites.
This commit is contained in:
parent
29437409d4
commit
6193f4ad8f
4 changed files with 9 additions and 4 deletions
|
@ -71,6 +71,15 @@ zandronum
|
|||
sprite = "internal:ZandFlagGold";
|
||||
}
|
||||
}
|
||||
|
||||
bridges
|
||||
{
|
||||
1337
|
||||
{
|
||||
title = "Cargo Bridge";
|
||||
sprite = "internal:Bridge";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// New things available in Doom, Heretic, Hexen and Strife but not Chex Quest
|
||||
|
|
|
@ -8,7 +8,6 @@ doom
|
|||
include("Zandronum_common.cfg", "zandronum")
|
||||
include("Zandronum_common.cfg", "doomheretichexenstrife")
|
||||
include("Zandronum_common.cfg", "doomheretichexen")
|
||||
//include("Skulltag_things.cfg", "doomheretichexenstrife")
|
||||
//include("Skulltag_things.cfg", "doomheretichexen")
|
||||
//include("Skulltag_things.cfg", "doom")
|
||||
}
|
||||
|
@ -18,7 +17,6 @@ heretic
|
|||
include("Zandronum_common.cfg", "zandronum")
|
||||
include("Zandronum_common.cfg", "doomheretichexenstrife")
|
||||
include("Zandronum_common.cfg", "doomheretichexen")
|
||||
//include("Skulltag_things.cfg", "doomheretichexenstrife")
|
||||
//include("Skulltag_things.cfg", "doomheretichexen")
|
||||
//include("Skulltag_things.cfg", "raven")
|
||||
//include("Skulltag_things.cfg", "heretic")
|
||||
|
@ -29,7 +27,6 @@ hexen
|
|||
include("Zandronum_common.cfg", "zandronum")
|
||||
include("Zandronum_common.cfg", "doomheretichexenstrife")
|
||||
include("Zandronum_common.cfg", "doomheretichexen")
|
||||
//include("Skulltag_things.cfg", "doomheretichexenstrife")
|
||||
//include("Skulltag_things.cfg", "doomheretichexen")
|
||||
//include("Skulltag_things.cfg", "raven")
|
||||
//include("Skulltag_things.cfg", "hexen")
|
||||
|
@ -39,7 +36,6 @@ strife
|
|||
{
|
||||
include("Zandronum_common.cfg", "zandronum")
|
||||
include("Zandronum_common.cfg", "doomheretichexenstrife")
|
||||
//include("Skulltag_things.cfg", "doomheretichexenstrife")
|
||||
//include("Skulltag_things.cfg", "strife")
|
||||
}
|
||||
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 361 B After Width: | Height: | Size: 334 B |
Binary file not shown.
Before Width: | Height: | Size: 595 B After Width: | Height: | Size: 649 B |
Loading…
Reference in a new issue