2.2 config: move ambience things to their own category

This commit is contained in:
spherallic 2023-01-09 12:23:09 +01:00
parent bad5ccfc91
commit 77272b9db3

View file

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