Block animation

This commit is contained in:
@clasher113
2024-01-21 15:23:03 +02:00
parent fa6eb6ae22
commit 5fb34daf52
9 changed files with 264 additions and 24 deletions
+6
View File
@@ -5,6 +5,7 @@
class ResPaths;
class Assets;
class Atlas;
namespace assetload {
bool texture(Assets* assets,
@@ -23,6 +24,11 @@ namespace assetload {
const ResPaths* paths,
const std::string filename,
const std::string name);
bool animation(Assets* assets,
const ResPaths* paths,
const std::string directory,
const std::string name,
Atlas* dstAtlas);
}
#endif // ASSETS_ASSET_LOADERS_H_