mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-02-20 19:02:34 +00:00
UDB config: Move thing type args from Doom section to UDMF section
This commit is contained in:
parent
98157daa1c
commit
46ad1e4a5c
1 changed files with 15 additions and 15 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue