Integrate 122+ Krvava Žetev 2D assets into PreloadScene

This commit is contained in:
2025-12-18 19:25:59 +01:00
parent afe6eff85e
commit 39d6c0abcd

View File

@@ -172,6 +172,211 @@ class PreloadScene extends Phaser.Scene {
frameHeight: 256 frameHeight: 256
}); });
// ═══════════════════════════════════════════════════════════════
// 🎮 KRVAVA ŽETEV - 2D ASSET LIBRARY (122+ Sprite Sheets)
// ═══════════════════════════════════════════════════════════════
const kzPath = 'assets/sprites/krvava_zetev/';
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
// 🎭 CHARACTERS & NPCs (5 sheets)
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
this.load.spritesheet('kai_player', kzPath + 'kai_player_character_1766065727803.png', { frameWidth: 192, frameHeight: 192 });
this.load.spritesheet('player_char_sheet', kzPath + 'player_character_sheet_1766064600305.png', { frameWidth: 192, frameHeight: 192 });
this.load.image('ivan_blacksmith', kzPath + 'ivan_blacksmith_npc_1766065771497.png');
this.load.image('post_apoc_npcs', kzPath + 'post_apocalyptic_npcs_1766070148258.png');
this.load.image('npcs_complete', kzPath + 'npcs_complete_pack_1766068946290.png');
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
// 🧟 ENEMIES (6 sheets)
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
this.load.spritesheet('zombie_sheet', kzPath + 'zombie_sprite_sheet_1766064394510.png', { frameWidth: 192, frameHeight: 192 });
this.load.image('zombie_dreadlocks', kzPath + 'zombie_dreadlocks_variants_1766066165782.png');
this.load.image('zombie_workers', kzPath + 'zombie_workers_pack_1766065800851.png');
this.load.spritesheet('mutated_animals', kzPath + 'mutated_animals_sheet_1766064623683.png', { frameWidth: 192, frameHeight: 192 });
this.load.image('mutant_animals_pack', kzPath + 'mutant_animals_pack_1766066209780.png');
this.load.image('mutant_animals_detailed', kzPath + 'mutant_animals_detailed_1766067041989.png');
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
// 👑 BOSSES (5 sheets)
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
this.load.image('giant_troll_king', kzPath + 'giant_troll_king_boss_1766068374658.png');
this.load.image('biome_mini_bosses', kzPath + 'biome_mini_bosses_1766070984545.png');
this.load.image('zmaj_volk', kzPath + 'zmaj_volk_boss_1766066495366.png');
this.load.image('mesojedke_boss', kzPath + 'mesojedke_carnivorous_plant_1766066436640.png');
this.load.image('grok_pink_troll', kzPath + 'grok_pink_troll_1766065746545.png');
this.load.image('werewolf_moon', kzPath + 'werewolf_full_moon_1766073073376.png');
this.load.image('slime_creatures', kzPath + 'living_slime_creatures_1766073182543.png');
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
// 🐾 ANIMALS & BREEDING (12 sheets)
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
this.load.image('farm_animals_normal', kzPath + 'farm_animals_normal_1766066190391.png');
this.load.image('farm_animals_detailed', kzPath + 'farm_animals_detailed_1766067022131.png');
this.load.image('horse_mutant', kzPath + 'horse_normal_mutant_1766073366348.png');
this.load.image('donkey_mutant', kzPath + 'donkey_normal_mutant_1766071249868.png');
this.load.image('animal_products_normal', kzPath + 'normal_animal_products_1766071178367.png');
this.load.image('animal_products_mutant', kzPath + 'mutant_animal_products_1766071198311.png');
this.load.image('animal_leather', kzPath + 'animal_leather_hides_1766070586511.png');
this.load.image('family_breeding', kzPath + 'family_breeding_system_1766071018028.png');
this.load.image('barn_upgrades', kzPath + 'barn_animal_upgrades_1766072833595.png');
this.load.image('barn_interior', kzPath + 'barn_interior_animal_equipment_1766072872793.png');
this.load.image('animal_cart', kzPath + 'cart_wagon_for_animals_1766073384725.png');
this.load.image('pets_pack', kzPath + 'pets_dogs_cats_1766071860328.png');
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
// 🌾 FARMING & CROPS (11 sheets)
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
this.load.image('crops_wheat', kzPath + 'crops_growth_wheat_1766066413428.png');
this.load.image('crop_growth_complete', kzPath + 'crop_growth_complete_1766068995006.png');
this.load.image('vegetables_pack', kzPath + 'vegetables_complete_pack_1766067077148.png');
this.load.image('fruit_trees', kzPath + 'fruit_trees_orchard_1766068356045.png');
this.load.image('fruit_harvest', kzPath + 'fruit_harvest_complete_1766071215317.png');
this.load.image('seasonal_vegetables', kzPath + 'seasonal_vegetables_fruits_1766071841553.png');
this.load.image('tree_growth_oak', kzPath + 'tree_growth_stages_oak_1766070908808.png');
this.load.image('tree_growth_pine', kzPath + 'tree_growth_stages_pine_1766070925919.png');
this.load.image('tree_growth_cherry', kzPath + 'tree_growth_cherry_apple_1766070945320.png');
this.load.image('tree_sequoia', kzPath + 'giant_sequoia_birch_trees_1766070788774.png');
this.load.image('dead_trees_env', kzPath + 'dead_trees_environment_1766073156776.png');
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
// 🏗️ BUILDINGS & STRUCTURES (12 sheets)
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
this.load.image('buildings_farm', kzPath + 'buildings_farm_pack_1766066242813.png');
this.load.image('starter_base', kzPath + 'starter_base_8x8_camp_1766072423427.png');
this.load.image('house_evolution', kzPath + 'house_upgrade_evolution_1766072774644.png');
this.load.image('storage_shed', kzPath + 'storage_shed_upgrades_1766072857060.png');
this.load.image('greenhouse', kzPath + 'greenhouse_building_upgrades_1766073093564.png');
this.load.image('laboratory_stages', kzPath + 'laboratory_building_stages_1766069500282.png');
this.load.image('city_ruins', kzPath + 'city_ruins_buildings_1766066780026.png');
this.load.image('modern_ruins', kzPath + 'modern_city_ruins_1766069578337.png');
this.load.image('ruined_stages', kzPath + 'ruined_buildings_stages_1766066761616.png');
this.load.image('city_repairable', kzPath + 'city_buildings_repairable_1766071779601.png');
this.load.image('train_tracks', kzPath + 'train_tracks_stations_1766071758399.png');
this.load.image('train_repair', kzPath + 'train_repair_progression_1766071926437.png');
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
// 🪑 FURNITURE & DECORATION (7 sheets)
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
this.load.image('furniture_bedroom', kzPath + 'house_furniture_bedroom_1766072449664.png');
this.load.image('furniture_kitchen', kzPath + 'house_furniture_kitchen_1766072472152.png');
this.load.image('furniture_living', kzPath + 'house_furniture_living_room_1766072513175.png');
this.load.image('furniture_bathroom', kzPath + 'house_bathroom_furniture_1766072754842.png');
this.load.image('decor_home', kzPath + 'decorative_home_items_1766072795081.png');
this.load.image('env_objects', kzPath + 'environment_objects_pack_1766069032362.png');
this.load.image('decor_structures', kzPath + 'decorative_structures_1766069053824.png');
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
// ⚔️ WEAPONS & GEAR (7 sheets)
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
this.load.image('weapons_post_apoc', kzPath + 'post_apocalyptic_weapons_1766069416315.png');
this.load.image('weapons_armor', kzPath + 'weapons_armor_pack_1766069155211.png');
this.load.image('firearms_explosives', kzPath + 'firearms_explosives_pack_1766069436487.png');
this.load.image('bows_arrows', kzPath + 'bows_arrows_complete_1766073227794.png');
this.load.image('arrow_types', kzPath + 'arrow_types_pack_1766073244728.png');
this.load.image('tactical_gear', kzPath + 'survivor_tactical_gear_1766069460218.png');
this.load.image('seasonal_outfits', kzPath + 'seasonal_outfits_complete_1766070830069.png');
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
// 🔨 CRAFTING & LAB (10 sheets)
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
this.load.image('tools_equipment', kzPath + 'tools_equipment_pack_1766066475891.png');
this.load.image('crafting_stations', kzPath + 'crafting_stations_pack_1766069898755.png');
this.load.image('crafting_items', kzPath + 'crafting_items_pack_1766069112728.png');
this.load.image('lab_equipment', kzPath + 'lab_equipment_pack_1766069518690.png');
this.load.image('lab_interior', kzPath + 'lab_interior_objects_1766069541320.png');
this.load.image('medical_supplies', kzPath + 'medical_supplies_pack_1766069597213.png');
this.load.image('blueprints_craft', kzPath + 'blueprints_crafting_recipes_1766072675634.png');
this.load.image('cooking_recipes', kzPath + 'cooking_recipe_books_1766072694259.png');
this.load.image('blueprint_legendary', kzPath + 'rare_blueprint_legendary_1766072713573.png');
this.load.image('crafting_ui', kzPath + 'crafting_recipe_ui_materials_1766073405852.png');
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
// 🎣 FISHING & WATER (4 sheets)
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
this.load.image('fishing_complete', kzPath + 'fishing_complete_pack_1766069878292.png');
this.load.image('ocean_creatures', kzPath + 'ocean_creatures_pack_1766073054275.png');
this.load.image('ocean_tiles', kzPath + 'ocean_water_seamless_tiles_1766071402915.png');
this.load.image('water_sports', kzPath + 'water_sports_sup_kayak_1766073138452.png');
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
// 🚗 TRANSPORTATION (4 sheets)
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
this.load.image('vehicles_bike', kzPath + 'vehicles_bicycle_motorcycle_1766071374475.png');
this.load.image('board_sports', kzPath + 'board_sports_pack_1766071508539.png');
this.load.image('mailbox_scooter', kzPath + 'mailbox_scooter_systems_1766070513032.png');
this.load.image('nomad_shops', kzPath + 'nomad_shops_progression_1766071801095.png');
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
// 🗺️ TERRAIN & BIOMES (5 sheets)
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
this.load.image('terrain_tiles', kzPath + 'terrain_tiles_pack_1766068970891.png');
this.load.image('biome_terrain', kzPath + 'biome_terrain_tiles_1766069962802.png');
this.load.image('weather_sky', kzPath + 'weather_sky_elements_1766069071451.png');
this.load.image('grave_chest', kzPath + 'grave_chest_objects_1766066512161.png');
this.load.image('bats_owls', kzPath + 'bats_owls_creatures_1766067001516.png');
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
// 💰 RESOURCES & ECONOMY (6 sheets)
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
this.load.image('ore_minerals', kzPath + 'ore_minerals_complete_1766070531262.png');
this.load.image('wood_types', kzPath + 'wood_types_planks_1766070547924.png');
this.load.image('currency_pack', kzPath + 'currency_collectibles_pack_1766069943087.png');
this.load.image('food_potions', kzPath + 'food_potions_pack_1766069131615.png');
this.load.image('scavenged_loot', kzPath + 'scavenged_loot_pack_1766069631706.png');
this.load.image('quest_items', kzPath + 'story_quest_critical_items_1766071275359.png');
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
// 🌍 DLC CONTENT (15+ sheets)
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
// Atlantis
this.load.image('dlc_atlantis', kzPath + 'dlc_atlantis_complete_1766070848857.png');
this.load.image('dlc_atlantis_clothes', kzPath + 'dlc_atlantis_clothing_items_1766072048232.png');
// Chernobyl
this.load.image('dlc_chernobyl', kzPath + 'dlc_chernobyl_complete_1766070870835.png');
this.load.image('dlc_chernobyl_clothes', kzPath + 'dlc_chernobyl_clothing_items_1766072083940.png');
// Amazon
this.load.image('dlc_amazon', kzPath + 'dlc_amazon_rainforest_1766068712721.png');
this.load.image('dlc_amazon_piranhas', kzPath + 'amazon_piranha_pack_1766070770825.png');
this.load.image('dlc_amazon_clothes', kzPath + 'dlc_amazon_clothing_items_1766072007244.png');
// Egypt
this.load.image('dlc_egypt', kzPath + 'dlc_desert_egypt_1766068693534.png');
this.load.image('dlc_egypt_treasure', kzPath + 'egyptian_treasure_artifacts_1766071349884.png');
this.load.image('dlc_egypt_clothes', kzPath + 'dlc_egypt_clothing_items_1766072027308.png');
// Dinosaurs
this.load.image('dlc_dinosaurs', kzPath + 'dlc_dinosaurs_pack_1766068394027.png');
this.load.image('dlc_dino_items', kzPath + 'dlc_dino_items_1766070000154.png');
this.load.image('dlc_dino_clothes', kzPath + 'dlc_dino_clothing_items_1766071950404.png');
// Mythical
this.load.image('dlc_mythical', kzPath + 'dlc_mythical_pack_1766068427345.png');
this.load.image('dlc_mythical_items', kzPath + 'dlc_mythical_items_1766070025287.png');
this.load.image('dlc_mythical_clothes', kzPath + 'dlc_mythical_clothing_items_1766071971221.png');
// Bigfoot
this.load.image('dlc_bigfoot', kzPath + 'dlc_bigfoot_cryptids_1766068445930.png');
// Loch Ness
this.load.image('dlc_lochness', kzPath + 'dlc_lochness_pack_1766068477974.png');
this.load.image('dlc_lochness_clothes', kzPath + 'dlc_lochness_clothing_items_1766072122696.png');
// Catacombs
this.load.image('dlc_catacombs', kzPath + 'dlc_catacombs_undead_1766068520361.png');
this.load.image('dlc_catacombs_clothes', kzPath + 'dlc_catacombs_clothing_items_1766072101330.png');
this.load.image('catacombs_structures', kzPath + 'catacombs_structures_pack_1766071297104.png');
// Magic & Wizardry
this.load.image('dlc_magic', kzPath + 'magic_wizardry_complete_1766071879405.png');
console.log('🎮 Krvava Žetev: 122+ sprite sheets loaded!');
// ═══════════════════════════════════════════════════════════════
// End of Krvava Žetev Asset Library
// ═══════════════════════════════════════════════════════════════
} }