mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2024-11-23 20:32:34 +00:00
566edbc08e
Added several new icons for ZDoom things
21 lines
277 B
INI
21 lines
277 B
INI
|
|
boom
|
|
{
|
|
color = 8; // Grey
|
|
arrow = 1;
|
|
title = "Boom Items";
|
|
width = 8;
|
|
height = 16;
|
|
sort = 1;
|
|
fixedsize = true;
|
|
|
|
5001 {
|
|
title = "Pusher";
|
|
sprite = "internal:pointpusher";
|
|
}
|
|
|
|
5002 {
|
|
title = "Puller";
|
|
sprite = "internal:pointpuller";
|
|
}
|
|
}
|