Ui management reshuffling and start on schematic manager

This commit is contained in:
2025-01-14 01:28:36 +13:00
parent 685a1af396
commit 9ed4a296f6
16 changed files with 291 additions and 183 deletions

View File

@ -3,4 +3,6 @@ package com.pobnellion.aoe
object Constants {
const val MAX_POP_CAP = 200
const val STARTING_VILLAGER_COUNT = 5
const val ENTITY_SELECTION_TEAM = "entitySelection"
const val PLACE_HINT_TEAM = "placeValid"
}