Removed unnecessary prints and added simple alarm sign sprite for later usage
This commit is contained in:
@@ -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}");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user