This commit is contained in:
Asuro
2025-06-21 12:10:53 +02:00
parent 05cf88d986
commit 7e89d93a7d
5 changed files with 8 additions and 5 deletions

Binary file not shown.

View File

@@ -564,6 +564,9 @@ namespace Game
cover.EData.Visible = IsActive;
cover.EData.ModelH = staticCard.Sockets[i].Model;
cover.EData.Transform = tile.EData.Transform;
cover.EData.MaterialHandle = EMaterial::Default;
cover.EData.BaseColor = {0.2f, 0.1f, 0.7f, 1.0f};
cover.EData.DotColor = {0.2f, 0.2f, 0.8f, 1.0f};
Gen::TranslateLocal(cover.EData.Transform, model.Sockets[i].Pos);
Gen::RotateLocal(cover.EData.Transform, Gen::EulerFromRotation(model.Sockets[i].Rot));
}

Binary file not shown.

Binary file not shown.

Binary file not shown.