add fish
This commit is contained in:
@@ -4,6 +4,17 @@
|
||||
#include "../SpriteUtils.h"
|
||||
#include <vector>
|
||||
|
||||
/*
|
||||
Mask Definitions:
|
||||
1: body
|
||||
2: dorsal fin
|
||||
3: flippers
|
||||
4: eye
|
||||
5: mouth
|
||||
6: tailfin
|
||||
7: gills
|
||||
*/
|
||||
|
||||
inline const std::vector<AssetPair>& getFishAssets() {
|
||||
static const std::vector<AssetPair> fishAssets = {
|
||||
{
|
||||
@@ -99,8 +110,22 @@ inline const std::vector<AssetPair>& getFishAssets() {
|
||||
R"(6 11222 )",
|
||||
R"(6661111111 11111 )",
|
||||
R"( 6 3 77 4 1)",
|
||||
R"(6661111111311311111 )",
|
||||
}}};
|
||||
R"(6661111111311311111 )",}},
|
||||
{
|
||||
{
|
||||
R"(???????,-.?????)",
|
||||
R"(__ ????) \.????)",
|
||||
R"(\ \_.!` '-.?)",
|
||||
R"(?> _ |<( O <)",
|
||||
R"(/_/?';,,....-`?)",
|
||||
},
|
||||
{
|
||||
R"( 222 )",
|
||||
R"(66 2 22 )",
|
||||
R"(6 61111 111 )",
|
||||
R"( 6 1 777 4 5)",
|
||||
R"(666 '333111111 )",}}
|
||||
};
|
||||
return fishAssets;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user