basic factory and capitol scenes
This commit is contained in:
@@ -9,7 +9,7 @@ public partial class base_building : Node3D
|
||||
[Export]
|
||||
public string DisplayName { get; set; } = "base_building";
|
||||
[Export]
|
||||
public int KashCost { get; set; } = -1;
|
||||
public int KashCost { get; set; } = 1;
|
||||
public bool IsPlaceable
|
||||
{
|
||||
get
|
||||
|
||||
Reference in New Issue
Block a user