Alexei #2

Merged
dddushesss merged 2 commits from Alexei into Prod 2021-12-30 16:59:51 +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:
serializedVersion: 2
rgba: 4294967295
m_fontSize: 1
m_fontSizeBase: 1
m_fontSize: 0.3
m_fontSizeBase: 0.3
m_fontWeight: 400
m_enableAutoSizing: 0
m_fontSizeMin: 18

View File

@ -52,9 +52,6 @@ namespace Controller
hexGrid.OnGridLoaded += unitFactory.Spawn;
var paintedController = new PaintedController();
hexGrid.OnHexPainted += paintedController.SetHexColors;
}