Removed unnecessary prints and added simple alarm sign sprite for later usage

This commit is contained in:
=
2026-04-26 17:17:23 +02:00
parent d2c788c826
commit 677725791a
8 changed files with 101 additions and 43 deletions
-1
View File
@@ -186,7 +186,6 @@ public class WFC
}
}
if (safetyCounter > layer.Length * 2) GD.PrintErr("Loop too long");
return result;
}