修改游戏底层矩阵相关

This commit is contained in:
2025-10-26 14:38:53 +08:00
parent dc0213dc16
commit 88f039348a
50 changed files with 1983 additions and 362 deletions

View File

@@ -277,7 +277,7 @@ namespace AniScriptParser
case 7:
{
Key = "IMAGE_RATE";
VecFPos pos{
Vec2 pos{
blob.getFloat(),
blob.getFloat()};
FrameObject.Flag.emplace(Key, pos);

View File

@@ -15,7 +15,7 @@ namespace AniScriptParser
int,
float,
VecPos,
VecFPos,
Vec2,
std::string,
std::vector<int>,
std::vector<float>>;