Commit f6e08f32 authored by fallenstardust's avatar fallenstardust

add image

parent e7ba9135
......@@ -13,6 +13,7 @@ bool ImageManager::Initial(const path dir) {
tUnknown = driver->getTexture((dir + path("/textures/unknown.jpg")).c_str());
tAct = driver->getTexture((dir + path("/textures/act.png")).c_str());
tAttack = driver->getTexture((dir + path("/textures/attack.png")).c_str());
tTotalAtk = driver->getTexture((dir + path("/textures/totalAtk.png")).c_str());
tChain = driver->getTexture((dir + path("/textures/chain.png")).c_str());
tNegated = driver->getTexture((dir + path("/textures/negated.png")).c_str());
tNumber = driver->getTexture((dir + path("/textures/number.png")).c_str());
......
......@@ -31,6 +31,7 @@ public:
irr::video::ITexture* tUnknown;
irr::video::ITexture* tAct;
irr::video::ITexture* tAttack;
irr::video::ITexture* tTotalAtk;
irr::video::ITexture* tNegated;
irr::video::ITexture* tChain;
irr::video::ITexture* tNumber;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment