mirror of
https://git.do.srb2.org/STJr/ZoneBuilder.git
synced 2024-11-10 14:51:52 +00:00
25 lines
310 B
INI
25 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";
|
|
}
|
|
}
|