mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-15 15:51:01 +00:00
NEW TRIBES ENHANCEMENT (Huns, Egipteans, Spartans & Vikings) #327
NEW TRIBES ENHANCEMENT (Huns, Egipteans, Spartans & Vikings) #327 Please be advised, is not fully tested so if you activate on install maybe is not fully working
This commit is contained in:
@@ -15,7 +15,13 @@ $css = "/* AUTO-GENERATED from GameEngine/Data/hero_items.php - regenerate via v
|
||||
. " Placeholder art: replace img/hero/items.png with real 48x48 sprites on the SAME grid\n"
|
||||
. " (16 columns, catalog order) and this CSS keeps working unchanged. */\n"
|
||||
. ".heroT4Item{display:inline-block;width:48px;height:48px;vertical-align:middle;\n"
|
||||
. " background-image:url('../img/hero/items.png');background-repeat:no-repeat;}\n";
|
||||
. " background-image:url('../img/hero/items.png');background-repeat:no-repeat;}\n\n"
|
||||
. "/* Dedicated dorf1/Rally Point movement icons for hero adventures - separate\n"
|
||||
. " from the shared img.att2/img.def1 classes so swapping this art never\n"
|
||||
. " touches the normal raid/reinforcement icons. To change the icon: drop\n"
|
||||
. " your own image at img/hero/adv_out.gif / adv_back.gif - no code edits. */\n"
|
||||
. "img.adv_out{background-image:url('../img/hero/adv_out.gif');height:16px;width:16px;}\n"
|
||||
. "img.adv_back{background-image:url('../img/hero/adv_back.gif');height:16px;width:16px;}\n";
|
||||
|
||||
foreach ($heroItemCatalog as $iid => $def) {
|
||||
$x = ($idx % $cols) * $cell;
|
||||
|
||||
Reference in New Issue
Block a user