修改游戏底层矩阵相关
This commit is contained in:
@@ -16,7 +16,7 @@ public:
|
||||
Tile(std::string Path);
|
||||
~Tile();
|
||||
|
||||
void SetPos(VecFPos pos) override;
|
||||
void SetPos(Vec2 pos) override;
|
||||
|
||||
void InitInfo(std::string Path);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user