mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2024-11-25 13:21:28 +00:00
ZDaemon sprites (PR#282 by Krawa)
* Flags and Railgun taken from zdaemon.wad. Thanks to ZDaemon team for the sprites. * ZDaemon Flags and Railgun.
This commit is contained in:
parent
64c04f4246
commit
a8ef8d526c
6 changed files with 8 additions and 5 deletions
|
@ -1,4 +1,6 @@
|
|||
// Version: 2017-02-13
|
||||
// Version: 2019-07-24
|
||||
// Flags and Railgun taken from zdaemon.wad.
|
||||
// Thanks to ZDaemon team for the sprites.
|
||||
|
||||
redteam
|
||||
{
|
||||
|
@ -19,7 +21,7 @@ redteam
|
|||
5131
|
||||
{
|
||||
title = "Red Flag";
|
||||
sprite = "internal:ZandFlagRed";
|
||||
sprite = "internal:ZDFlagRed";
|
||||
height = 55;
|
||||
}
|
||||
}
|
||||
|
@ -43,7 +45,7 @@ blueteam
|
|||
5130
|
||||
{
|
||||
title = "Blue Flag";
|
||||
sprite = "internal:ZandFlagBlue";
|
||||
sprite = "internal:ZDFlagBlue";
|
||||
height = 55;
|
||||
}
|
||||
}
|
||||
|
@ -67,7 +69,7 @@ greenteam
|
|||
5133
|
||||
{
|
||||
title = "Green Flag";
|
||||
sprite = "internal:ZandFlagGreen";
|
||||
sprite = "internal:ZDFlagGreen";
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -90,7 +92,7 @@ whiteteam
|
|||
5134
|
||||
{
|
||||
title = "White Flag";
|
||||
sprite = "internal:ZandFlagWhite";
|
||||
sprite = "internal:ZDFlagWhite";
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -127,5 +129,6 @@ weapons
|
|||
5012
|
||||
{
|
||||
title = "Railgun";
|
||||
sprite = "internal:ZDRailgun";
|
||||
}
|
||||
}
|
||||
|
|
BIN
Build/Sprites/ZDFlagBlue.png
Normal file
BIN
Build/Sprites/ZDFlagBlue.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.3 KiB |
BIN
Build/Sprites/ZDFlagGreen.png
Normal file
BIN
Build/Sprites/ZDFlagGreen.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.3 KiB |
BIN
Build/Sprites/ZDFlagRed.png
Normal file
BIN
Build/Sprites/ZDFlagRed.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.3 KiB |
BIN
Build/Sprites/ZDFlagWhite.png
Normal file
BIN
Build/Sprites/ZDFlagWhite.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.3 KiB |
BIN
Build/Sprites/ZDRailgun.png
Normal file
BIN
Build/Sprites/ZDRailgun.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.6 KiB |
Loading…
Reference in a new issue