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
@@ -8,6 +8,5 @@ public class Placeholder
public Placeholder(string name, Vector3 pos){
this.name = name.Split("_")[0];
this.pos = pos;
GD.Print($"Generated placeholder {this.name}");
}
}