Items #3

Merged
dddushesss merged 61 commits from Alexei into main 2022-01-05 12:48:28 +00:00
2 changed files with 3 additions and 6 deletions
Showing only changes of commit d083a5dc9c - Show all commits

View File

@ -92,8 +92,8 @@ MonoBehaviour:
m_faceColor: m_faceColor:
serializedVersion: 2 serializedVersion: 2
rgba: 4294967295 rgba: 4294967295
m_fontSize: 1 m_fontSize: 0.3
m_fontSizeBase: 1 m_fontSizeBase: 0.3
m_fontWeight: 400 m_fontWeight: 400
m_enableAutoSizing: 0 m_enableAutoSizing: 0
m_fontSizeMin: 18 m_fontSizeMin: 18

View File

@ -51,10 +51,7 @@ namespace Controller
var unitFactory = new UnitFactory(units); var unitFactory = new UnitFactory(units);
hexGrid.OnGridLoaded += unitFactory.Spawn; hexGrid.OnGridLoaded += unitFactory.Spawn;
var paintedController = new PaintedController();
hexGrid.OnHexPainted += paintedController.SetHexColors;
} }