Modifications to make the game more generic.
Included in a new modrules.xml tags. <cardgui> <background> Stores information concerning the colors </ background> <renderbig> Stores information to draw the card </ renderbig> <rendertinycrop> Stores information to draw the card </ rendertinycrop> </ cardgui> Change the variables array for vectors
This commit is contained in:
@@ -108,6 +108,6 @@ public:
|
||||
|
||||
};
|
||||
|
||||
extern JQuadPtr manaIcons[7];
|
||||
extern vector<JQuadPtr> manaIcons;
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user