mirror of
https://git.do.srb2.org/STJr/ZoneBuilder.git
synced 2025-02-21 03:11:16 +00:00
26 lines
310 B
INI
26 lines
310 B
INI
|
|
||
|
boom
|
||
|
{
|
||
|
color = 8; // Grey
|
||
|
arrow = 1;
|
||
|
title = "Boom Items";
|
||
|
width = 0;
|
||
|
height = 0;
|
||
|
sort = 1;
|
||
|
fixedsize = true;
|
||
|
|
||
|
5001
|
||
|
{
|
||
|
title = "Pusher";
|
||
|
sprite = "internal:pointpusher";
|
||
|
class = "PointPusher";
|
||
|
}
|
||
|
|
||
|
5002
|
||
|
{
|
||
|
title = "Puller";
|
||
|
sprite = "internal:pointpuller";
|
||
|
class = "PointPuller";
|
||
|
}
|
||
|
}
|