1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
ZO_ZONE_STORIES_ACHIEVEMENT_TILE_GAMEPAD_DIMENSIONS_X = 390
ZO_ZONE_STORIES_ACHIEVEMENT_TILE_GAMEPAD_DIMENSIONS_Y = 90
ZO_ZONE_STORIES_ACHIEVEMENT_TILE_GAMEPAD_ICON_DIMENSIONS = 64
-- Primary logic class must be subclassed after the platform class so that platform specific functions will have priority over the logic class functionality
ZO_ZoneStory_AchievementTile_Gamepad = ZO_Object . MultiSubclass ( ZO_Tile_Gamepad , ZO_ZoneStory_AchievementTile )
end
end |