UDB config: Move thing type args from Doom section to UDMF section

This commit is contained in:
MascaraSnake 2022-01-04 19:54:43 +01:00
parent 98157daa1c
commit 46ad1e4a5c

View file

@ -258,11 +258,6 @@ doom
sprite = "TRETA1";
width = 16;
height = 32;
arg0
{
title = "Death trigger tag";
type = 15;
}
}
111
{
@ -2709,11 +2704,6 @@ doom
sprite = "KOOPA0";
width = 16;
height = 48;
arg0
{
title = "Death trigger tag";
type = 15;
}
}
1807
{
@ -2721,11 +2711,6 @@ doom
sprite = "MAXEA0";
width = 8;
height = 16;
arg0
{
title = "Death trigger tag";
type = 15;
}
}
1808
{
@ -3640,6 +3625,11 @@ udmf
sprite = "TRETA1";
width = 16;
height = 32;
arg0
{
title = "Death trigger tag";
type = 15;
}
}
111
{
@ -7471,6 +7461,11 @@ udmf
sprite = "KOOPA0";
width = 16;
height = 48;
arg0
{
title = "Death trigger tag";
type = 15;
}
}
1807
{
@ -7478,6 +7473,11 @@ udmf
sprite = "MAXEA0";
width = 8;
height = 16;
arg0
{
title = "Death trigger tag";
type = 15;
}
}
1808
{