mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-29 12:40:58 +00:00
Merge branch 'patch-1' into 'master'
ZoneBuilder Config Updates See merge request STJr/SRB2Internal!520
This commit is contained in:
commit
d4ca1fb6e7
1 changed files with 26 additions and 1 deletions
|
@ -3422,7 +3422,7 @@ thingtypes
|
|||
121
|
||||
{
|
||||
title = "Minus";
|
||||
sprite = "MNUSA1";
|
||||
sprite = "MNUSA0";
|
||||
width = 24;
|
||||
height = 32;
|
||||
}
|
||||
|
@ -3457,6 +3457,13 @@ thingtypes
|
|||
height = 34;
|
||||
flags8text = "[8] Start on fire";
|
||||
}
|
||||
137
|
||||
{
|
||||
title = "Dragonbomber";
|
||||
sprite = "DRABA1";
|
||||
width = 28;
|
||||
height = 48;
|
||||
}
|
||||
105
|
||||
{
|
||||
title = "Jetty-Syn Bomber";
|
||||
|
@ -5726,6 +5733,24 @@ thingtypes
|
|||
width = 24;
|
||||
height = 32;
|
||||
}
|
||||
1505
|
||||
{
|
||||
title = "Green Flame";
|
||||
sprite = "CFLMA0E0";
|
||||
width = 8;
|
||||
height = 32;
|
||||
}
|
||||
1506
|
||||
{
|
||||
arrow = 1;
|
||||
blocking = 2;
|
||||
title = "Blue Gargoyle";
|
||||
sprite = "BGARD1";
|
||||
width = 16;
|
||||
height = 40;
|
||||
flags4text = "[4] Slides when pushed";
|
||||
flags8text = "[8] Not pushable";
|
||||
}
|
||||
}
|
||||
|
||||
dreamhill
|
||||
|
|
Loading…
Reference in a new issue