Fixed the Heretic config to actually display hanging things on the ceiling in visual mode

This commit is contained in:
boris_i 2010-03-24 17:39:49 +00:00
parent 2d73b1163a
commit b1d34b1af5

View file

@ -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