mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-05-10 19:01:50 +00:00
Merge branch 'patch-1' into 'master'
ZoneBuilder Config Updates See merge request STJr/SRB2Internal!520
This commit is contained in:
commit
9db5dc6d42
1 changed files with 26 additions and 1 deletions
|
|
@ -3422,7 +3422,7 @@ thingtypes
|
||||||
121
|
121
|
||||||
{
|
{
|
||||||
title = "Minus";
|
title = "Minus";
|
||||||
sprite = "MNUSA1";
|
sprite = "MNUSA0";
|
||||||
width = 24;
|
width = 24;
|
||||||
height = 32;
|
height = 32;
|
||||||
}
|
}
|
||||||
|
|
@ -3457,6 +3457,13 @@ thingtypes
|
||||||
height = 34;
|
height = 34;
|
||||||
flags8text = "[8] Start on fire";
|
flags8text = "[8] Start on fire";
|
||||||
}
|
}
|
||||||
|
137
|
||||||
|
{
|
||||||
|
title = "Dragonbomber";
|
||||||
|
sprite = "DRABA1";
|
||||||
|
width = 28;
|
||||||
|
height = 48;
|
||||||
|
}
|
||||||
105
|
105
|
||||||
{
|
{
|
||||||
title = "Jetty-Syn Bomber";
|
title = "Jetty-Syn Bomber";
|
||||||
|
|
@ -5726,6 +5733,24 @@ thingtypes
|
||||||
width = 24;
|
width = 24;
|
||||||
height = 32;
|
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
|
dreamhill
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue