-
Notifications
You must be signed in to change notification settings - Fork 0
Effect Of Weather On The Unit Movement
quocdat402 edited this page Sep 11, 2022
·
2 revisions
Changing the movement speed for the unit according to the weather that is represent in Weather Effect Visual Representation.
Edit these variable to change the movement speed of the unit arcoding to the weather. The value below are exaggerated at the moment.
private final float[] movementSpeedFactor = {
1.5f,
0.5f,
0.4f,
2f,
0.6f
};
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