Added decoration assets and placement. Currently all placeholders are replaced, need to implement a chance based system.
This commit is contained in:
@@ -2,7 +2,7 @@ using Godot;
|
||||
|
||||
public class Placeholder
|
||||
{
|
||||
string name;
|
||||
public string name;
|
||||
public Vector3 pos;
|
||||
|
||||
public Placeholder(string name, Vector3 pos){
|
||||
|
||||
Reference in New Issue
Block a user