mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-21 20:11:12 +00:00
Note to self: don't do busywork right after waking up from a short night of sleep
This commit is contained in:
parent
28849c31a8
commit
c64b242f01
1 changed files with 5 additions and 0 deletions
|
@ -4435,30 +4435,35 @@ thingtypes
|
||||||
title = "Rail Ring Panel";
|
title = "Rail Ring Panel";
|
||||||
sprite = "PIKRA0";
|
sprite = "PIKRA0";
|
||||||
width = 24;
|
width = 24;
|
||||||
|
height = 40;
|
||||||
}
|
}
|
||||||
332
|
332
|
||||||
{
|
{
|
||||||
title = "Automatic Ring Panel";
|
title = "Automatic Ring Panel";
|
||||||
sprite = "PIKAA0";
|
sprite = "PIKAA0";
|
||||||
width = 24;
|
width = 24;
|
||||||
|
height = 40;
|
||||||
}
|
}
|
||||||
333
|
333
|
||||||
{
|
{
|
||||||
title = "Explosion Ring Panel";
|
title = "Explosion Ring Panel";
|
||||||
sprite = "PIKEA0";
|
sprite = "PIKEA0";
|
||||||
width = 24;
|
width = 24;
|
||||||
|
height = 40;
|
||||||
}
|
}
|
||||||
334
|
334
|
||||||
{
|
{
|
||||||
title = "Scatter Ring Panel";
|
title = "Scatter Ring Panel";
|
||||||
sprite = "PIKSA0";
|
sprite = "PIKSA0";
|
||||||
width = 24;
|
width = 24;
|
||||||
|
height = 40;
|
||||||
}
|
}
|
||||||
335
|
335
|
||||||
{
|
{
|
||||||
title = "Grenade Ring Panel";
|
title = "Grenade Ring Panel";
|
||||||
sprite = "PIKGA0";
|
sprite = "PIKGA0";
|
||||||
width = 24;
|
width = 24;
|
||||||
|
height = 40;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue