add ship, improve inheritance
This commit is contained in:
37
src/assets/ShipAssets.h
Normal file
37
src/assets/ShipAssets.h
Normal file
@@ -0,0 +1,37 @@
|
||||
#pragma once
|
||||
#include "../Entity.h"
|
||||
#include <vector>
|
||||
|
||||
inline std::vector<AssetPair> pirateShipAssets = {
|
||||
{{
|
||||
R"( | | |)",
|
||||
R"( )_) )_) )_))",
|
||||
R"( )___))___))___)\)",
|
||||
R"( )____)____)_____)\\)",
|
||||
R"(_____|____|____|____\\\__)",
|
||||
R"(\ /)",
|
||||
},
|
||||
{
|
||||
R"( y y y)",
|
||||
R"()",
|
||||
R"( w)",
|
||||
R"( ww)",
|
||||
R"(yyyyyyyyyyyyyyyyyyyywwwyy)",
|
||||
R"(y y)",
|
||||
}},
|
||||
{{
|
||||
R"( | | |)",
|
||||
R"( (_( (_( (_()",
|
||||
R"( /(___((___((___()",
|
||||
R"( //(_____(____(____()",
|
||||
R"(__///____|____|____|_____)",
|
||||
R"( \ /)",
|
||||
},
|
||||
{
|
||||
R"( y y y)",
|
||||
R"()",
|
||||
R"( w)",
|
||||
R"( ww)",
|
||||
R"(yywwwyyyyyyyyyyyyyyyyyyyy)",
|
||||
R"( y y)",
|
||||
}}};
|
||||
Reference in New Issue
Block a user