assets.qrc 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. <RCC>
  2. <qresource prefix="/">
  3. <!-- Shader files -->
  4. <file>assets/shaders/archer.frag</file>
  5. <file>assets/shaders/archer.vert</file>
  6. <file>assets/shaders/archer_roman_republic.frag</file>
  7. <file>assets/shaders/archer_roman_republic.vert</file>
  8. <file>assets/shaders/archer_carthage.frag</file>
  9. <file>assets/shaders/archer_carthage.vert</file>
  10. <file>assets/shaders/basic.frag</file>
  11. <file>assets/shaders/basic.vert</file>
  12. <file>assets/shaders/bridge.frag</file>
  13. <file>assets/shaders/bridge.vert</file>
  14. <file>assets/shaders/cylinder_instanced.frag</file>
  15. <file>assets/shaders/cylinder_instanced.vert</file>
  16. <file>assets/shaders/firecamp.frag</file>
  17. <file>assets/shaders/firecamp.vert</file>
  18. <file>assets/shaders/fog_instanced.frag</file>
  19. <file>assets/shaders/fog_instanced.vert</file>
  20. <file>assets/shaders/grass_instanced.frag</file>
  21. <file>assets/shaders/grass_instanced.vert</file>
  22. <file>assets/shaders/grid.frag</file>
  23. <file>assets/shaders/ground_plane.frag</file>
  24. <file>assets/shaders/ground_plane.vert</file>
  25. <file>assets/shaders/swordsman.frag</file>
  26. <file>assets/shaders/swordsman.vert</file>
  27. <file>assets/shaders/swordsman_roman_republic.frag</file>
  28. <file>assets/shaders/swordsman_roman_republic.vert</file>
  29. <file>assets/shaders/swordsman_carthage.frag</file>
  30. <file>assets/shaders/swordsman_carthage.vert</file>
  31. <file>assets/shaders/horse_swordsman.frag</file>
  32. <file>assets/shaders/horse_swordsman.vert</file>
  33. <file>assets/shaders/horse_swordsman_roman_republic.frag</file>
  34. <file>assets/shaders/horse_swordsman_roman_republic.vert</file>
  35. <file>assets/shaders/horse_swordsman_carthage.frag</file>
  36. <file>assets/shaders/horse_swordsman_carthage.vert</file>
  37. <file>assets/shaders/horse_archer_roman_republic.frag</file>
  38. <file>assets/shaders/horse_archer_roman_republic.vert</file>
  39. <file>assets/shaders/horse_archer_carthage.frag</file>
  40. <file>assets/shaders/horse_archer_carthage.vert</file>
  41. <file>assets/shaders/horse_spearman_roman_republic.frag</file>
  42. <file>assets/shaders/horse_spearman_roman_republic.vert</file>
  43. <file>assets/shaders/horse_spearman_carthage.frag</file>
  44. <file>assets/shaders/horse_spearman_carthage.vert</file>
  45. <file>assets/shaders/healer.frag</file>
  46. <file>assets/shaders/healer.vert</file>
  47. <file>assets/shaders/healer_roman_republic.frag</file>
  48. <file>assets/shaders/healer_roman_republic.vert</file>
  49. <file>assets/shaders/healer_carthage.frag</file>
  50. <file>assets/shaders/healer_carthage.vert</file>
  51. <file>assets/shaders/pine_instanced.frag</file>
  52. <file>assets/shaders/pine_instanced.vert</file>
  53. <file>assets/shaders/olive_instanced.frag</file>
  54. <file>assets/shaders/olive_instanced.vert</file>
  55. <file>assets/shaders/plant_instanced.frag</file>
  56. <file>assets/shaders/plant_instanced.vert</file>
  57. <file>assets/shaders/river.frag</file>
  58. <file>assets/shaders/river.vert</file>
  59. <file>assets/shaders/riverbank.frag</file>
  60. <file>assets/shaders/riverbank.vert</file>
  61. <file>assets/shaders/spearman.frag</file>
  62. <file>assets/shaders/spearman.vert</file>
  63. <file>assets/shaders/spearman_roman_republic.frag</file>
  64. <file>assets/shaders/spearman_roman_republic.vert</file>
  65. <file>assets/shaders/spearman_carthage.frag</file>
  66. <file>assets/shaders/spearman_carthage.vert</file>
  67. <file>assets/shaders/stone_instanced.frag</file>
  68. <file>assets/shaders/stone_instanced.vert</file>
  69. <file>assets/shaders/terrain_chunk.frag</file>
  70. <file>assets/shaders/terrain_chunk.vert</file>
  71. <file>assets/shaders/troop_shadow.frag</file>
  72. <file>assets/shaders/troop_shadow.vert</file>
  73. <!-- Map files -->
  74. <file>assets/maps/map_forest.json</file>
  75. <file>assets/maps/map_rivers.json</file>
  76. <file>assets/maps/map_mountain.json</file>
  77. <!-- Visual config -->
  78. <file>assets/visuals/unit_visuals.json</file>
  79. <file>assets/visuals/emblems/rome.png</file>
  80. <file>assets/visuals/emblems/cartaghe.png</file>
  81. <!-- Unit icons -->
  82. <file>assets/visuals/icons/archer_rome.png</file>
  83. <file>assets/visuals/icons/archer_cartaghe.png</file>
  84. <file>assets/visuals/icons/swordsman_rome.png</file>
  85. <file>assets/visuals/icons/swordsman_cartaghe.png</file>
  86. <file>assets/visuals/icons/spearman_rome.png</file>
  87. <file>assets/visuals/icons/spearman_cartaghe.png</file>
  88. <file>assets/visuals/icons/horse_swordsman_rome.png</file>
  89. <file>assets/visuals/icons/horse_swordsman_cartaghe.png</file>
  90. <file>assets/visuals/icons/horse_archer_rome.png</file>
  91. <file>assets/visuals/icons/horse_archer_cartaghe.png</file>
  92. <file>assets/visuals/icons/horse_spearman_rome.png</file>
  93. <file>assets/visuals/icons/horse_spearman_cartaghe.png</file>
  94. <file>assets/visuals/icons/healer_rome.png</file>
  95. <file>assets/visuals/icons/healer_cartaghe.png</file>
  96. <file>assets/visuals/icons/catapult_rome.png</file>
  97. <file>assets/visuals/icons/catapult_cartaghe.png</file>
  98. <file>assets/visuals/icons/ballista_rome.png</file>
  99. <file>assets/visuals/icons/ballista_cartaghe.png</file>
  100. <!-- Gameplay data -->
  101. <file>assets/data/troops/base.json</file>
  102. <file>assets/data/nations/roman_republic.json</file>
  103. <file>assets/data/nations/carthage.json</file>
  104. </qresource>
  105. </RCC>