Please enable JavaScript.
Coggle requires JavaScript to display documents.
GJG Demo, LevelCreator, GridRespawner, GridCellInfoSO, GridAccessor,…
-
LevelCreator
Level Data
LevelDataProcessor
-
process the level data and find the references to each corresponding cell. GridPlacer will place them according to this data.
-
-
GridCellInfoSO
the grouping related image changes, keeps all those images. Defines the type of grid cell.
gridCellImages, a List<Sprite>
-
GridGroupManager
gridGroupList
-
gridGroupListDictionary
a Dictionary<GridLocation location, int index> to look up which grid cell is in which combo.