-
Notifications
You must be signed in to change notification settings - Fork 0
Create Building
hugh5 edited this page Sep 12, 2022
·
5 revisions
Buildings are created through the BuildingFactory
and are spawned in the AtlantisGameArea
.
When a building is created, it first calls the createBaseBuilding()
function which creates an entity and adds all common building components to it which all other building entities are based off of. In each specific building create function, the other components are added. These components are added afterwards as the values passed to the component constructors differ depending on which specific building is being created.
The process of creating a base building can be seen in the sequence diagram below.
Map
City
Buildings
Unit Selections
Game User Testing: Theme of Unit Selection & Spell System
Health Bars
In Game menu
- Feature
- User Testing:In Game Menu
Landscape Tile Design Feedback