mirror of
https://git.do.srb2.org/STJr/ZoneBuilder.git
synced 2024-11-12 23:54:10 +00:00
2.2 config: move ambience things to their own category
This commit is contained in:
parent
bad5ccfc91
commit
77272b9db3
1 changed files with 11 additions and 2 deletions
|
@ -5018,10 +5018,10 @@ thingtypes
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
invisible
|
ambience
|
||||||
{
|
{
|
||||||
color = 15; // White
|
color = 15; // White
|
||||||
title = "Misc. Invisible";
|
title = "Ambience";
|
||||||
width = 8;
|
width = 8;
|
||||||
height = 16;
|
height = 16;
|
||||||
sprite = "UNKNA0";
|
sprite = "UNKNA0";
|
||||||
|
@ -5091,6 +5091,15 @@ thingtypes
|
||||||
title = "Machine Ambience";
|
title = "Machine Ambience";
|
||||||
sprite = "internal:ambiance";
|
sprite = "internal:ambiance";
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
invisible
|
||||||
|
{
|
||||||
|
color = 15; // White
|
||||||
|
title = "Misc. Invisible";
|
||||||
|
width = 8;
|
||||||
|
height = 16;
|
||||||
|
sprite = "UNKNA0";
|
||||||
|
|
||||||
750
|
750
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue