Add missing Item Boxes / Item Capsules

This commit is contained in:
Sally Coolatta 2022-10-10 22:53:22 -04:00
parent b2c4fa74f9
commit 67efbceda9

View file

@ -1214,6 +1214,40 @@ udmf
sprite = "internal:PIKGA0"; sprite = "internal:PIKGA0";
} }
2000
{
title = "Random Item";
sprite = "RNDMA0";
width = 36;
height = 36;
}
2010
{
title = "Item Capsule";
sprite = "ICAPA0";
width = 56;
height = 96;
arg0
{
title = "Item Type";
type = 11;
enum = "rritems";
}
arg1
{
title = "Amount";
}
arg2
{
title = "Flags";
type = 12;
enum
{
1 = "Invert Time Attack";
2 = "Invert Size";
}
}
}
4050 4050
{ {
title = "CD SS1 UFO"; title = "CD SS1 UFO";