0
0
Fork 0
mirror of https://git.do.srb2.org/STJr/UltimateZoneBuilder.git synced 2025-03-12 04:42:21 +00:00
UltimateZoneBuilder/Build/Configurations/Includes/Boom_things.cfg

26 lines
335 B
INI
Raw Normal View History

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";
}
}