mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Add missing Item Boxes / Item Capsules
This commit is contained in:
parent
b2c4fa74f9
commit
67efbceda9
1 changed files with 34 additions and 0 deletions
|
|
@ -1214,6 +1214,40 @@ udmf
|
|||
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
|
||||
{
|
||||
title = "CD SS1 UFO";
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue