mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2024-11-23 04:12:12 +00:00
Fixed the Heretic config to actually display hanging things on the ceiling in visual mode
This commit is contained in:
parent
2d73b1163a
commit
b1d34b1af5
1 changed files with 6 additions and 6 deletions
|
@ -538,7 +538,7 @@ lights
|
|||
{
|
||||
title = "Chandelier";
|
||||
sprite = "CHDLA0";
|
||||
hanging = 1;
|
||||
hangs = 1;
|
||||
height = 62;
|
||||
}
|
||||
50
|
||||
|
@ -586,35 +586,35 @@ decoration
|
|||
{
|
||||
title = "Hanging Corpse";
|
||||
sprite = "HCORA0";
|
||||
hanging = 1;
|
||||
hangs = 1;
|
||||
height = 104;
|
||||
}
|
||||
17
|
||||
{
|
||||
title = "Hanging Skull";
|
||||
sprite = "SKH1A0";
|
||||
hanging = 1;
|
||||
hangs = 1;
|
||||
height = 70;
|
||||
}
|
||||
24
|
||||
{
|
||||
title = "Hanging Skull 2";
|
||||
sprite = "SKH2A0";
|
||||
hanging = 1;
|
||||
hangs = 1;
|
||||
height = 60;
|
||||
}
|
||||
25
|
||||
{
|
||||
title = "Hanging Skull 3";
|
||||
sprite = "SKH3A0";
|
||||
hanging = 1;
|
||||
hangs = 1;
|
||||
height = 45;
|
||||
}
|
||||
26
|
||||
{
|
||||
title = "Hanging Skull 4";
|
||||
sprite = "SKH4A0";
|
||||
hanging = 1;
|
||||
hangs = 1;
|
||||
height = 35;
|
||||
}
|
||||
48
|
||||
|
|
Loading…
Reference in a new issue