mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-23 22:37:55 +02:00
Use ResourcePath for audio files
This commit is contained in:
@@ -67,11 +67,11 @@ public:
|
||||
ColorRGBA minimapBlocked;
|
||||
ColorRGBA minimapUnblocked;
|
||||
std::string shortIdentifier;
|
||||
std::string musicFilename;
|
||||
AudioPath musicFilename;
|
||||
AnimationPath tilesFilename;
|
||||
std::string terrainViewPatterns;
|
||||
std::string horseSound;
|
||||
std::string horseSoundPenalty;
|
||||
AudioPath horseSound;
|
||||
AudioPath horseSoundPenalty;
|
||||
|
||||
std::vector<TerrainPaletteAnimation> paletteAnimation;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user