basic factory and capitol scenes

This commit is contained in:
Victor Turgeon
2023-06-10 18:36:39 -04:00
parent b5201b3c16
commit fb1d8ea190
12 changed files with 240 additions and 45 deletions

View File

@@ -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