NSRenderableEntity: add SpawnKey 'modelstretch'/'axialscale'.

This commit is contained in:
Marco Cawthorne 2023-07-08 00:16:20 -07:00
parent a8c4075ff9
commit 4104c3e16f
Signed by: eukara
GPG Key ID: CE2032F0A2882A22
1 changed files with 4 additions and 0 deletions

View File

@ -963,6 +963,10 @@ NSRenderableEntity::SpawnKey(string strKey, string strValue)
case "scale":
scale = stof(strValue);
break;
case "modelstretch":
case "axialscale":
m_vecAxialScale = stov(strValue);
break;
case "skin":
skin = stof(strValue);
break;