diff --git a/Build/Configurations/Includes/Zandronum_common.cfg b/Build/Configurations/Includes/Zandronum_common.cfg index 2a293793..27b40c96 100644 --- a/Build/Configurations/Includes/Zandronum_common.cfg +++ b/Build/Configurations/Includes/Zandronum_common.cfg @@ -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 diff --git a/Build/Configurations/Includes/Zandronum_things.cfg b/Build/Configurations/Includes/Zandronum_things.cfg index eb63e6c3..1b8eb5fd 100644 --- a/Build/Configurations/Includes/Zandronum_things.cfg +++ b/Build/Configurations/Includes/Zandronum_things.cfg @@ -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") } diff --git a/Build/Sprites/Bridge.png b/Build/Sprites/Bridge.png index c72329f2..73afdf57 100644 Binary files a/Build/Sprites/Bridge.png and b/Build/Sprites/Bridge.png differ diff --git a/Build/Sprites/Camera.png b/Build/Sprites/Camera.png index b8232d20..6a543172 100644 Binary files a/Build/Sprites/Camera.png and b/Build/Sprites/Camera.png differ