Add gold mining
This commit is contained in:
@@ -11,7 +11,6 @@
|
||||
extern ECS_TAG_DECLARE(GameEntity);
|
||||
|
||||
typedef enum ResourceType {
|
||||
RES_IRON,
|
||||
RES_WOOD,
|
||||
RES_GOLD,
|
||||
RES_FOOD,
|
||||
@@ -20,7 +19,6 @@ typedef enum ResourceType {
|
||||
|
||||
static const char *getResourceTypePrettyName(ResourceType type) {
|
||||
switch (type) {
|
||||
case RES_IRON: return "Iron";
|
||||
case RES_WOOD: return "Wood";
|
||||
case RES_GOLD: return "Gold";
|
||||
case RES_FOOD: return "Food";
|
||||
|
||||
Reference in New Issue
Block a user