diff options
| author | XaviDCR92 <xavi.dcr@gmail.com> | 2017-11-05 04:16:32 +0100 |
|---|---|---|
| committer | XaviDCR92 <xavi.dcr@gmail.com> | 2017-11-05 04:16:32 +0100 |
| commit | 2cf2d608af862e812e7fd3ac580f869141a96fa7 (patch) | |
| tree | 29a356a46635e4bc14e9e7342eb5a41defcab899 /Unit.h | |
| parent | b764612a79100271270012053bdb1e4302cd93b7 (diff) | |
| download | pocketempires-2cf2d608af862e812e7fd3ac580f869141a96fa7.tar.gz | |
+ Added copy of BitmapEncoder
+ New sprite and unit "Town center"
* Provisional collision checking.
* Many other modifications.
Diffstat (limited to 'Unit.h')
| -rw-r--r-- | Unit.h | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -58,6 +58,7 @@ typedef enum t_unitid // Buildings BARRACKS, TOWER, + TOWN_CENTER, MAX_BUILDING_ID, @@ -75,9 +76,9 @@ typedef struct typedef enum t_availableactions { - ACTION_BUILD, + ACTION_BUILD_BARRACKS, ACTION_ATTACK, - ACTION_CREATE_UNIT, + ACTION_CREATE_PEASANT, MAX_ACTIONS }UNIT_ACTION; |
