refactor fish prepare for polymorphism
This commit is contained in:
@@ -1,14 +1,9 @@
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
#include "../Entity.h"
|
||||
#include <vector>
|
||||
|
||||
struct FishAsset {
|
||||
std::vector<std::string> image;
|
||||
std::vector<std::string> mask;
|
||||
};
|
||||
|
||||
inline std::vector<FishAsset> fishAssetPairs = {
|
||||
inline std::vector<AssetPair> fishAssetPairs = {
|
||||
{
|
||||
{
|
||||
R"(???\)",
|
||||
|
||||
Reference in New Issue
Block a user