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

@@ -3,5 +3,5 @@ using Godot;
public partial class propaganda_building : base_building
{
[Export]
public int Approval { get; set; } = 1;
public int ApprovalGain { get; set; } = 1;
}