chore: add assetrefs to other games

This commit is contained in:
Jan
2024-02-07 01:12:03 +01:00
parent 405cad06a8
commit c9a6b10f58
8 changed files with 12 additions and 0 deletions

View File

@ -36,6 +36,7 @@ set condition material FxElemDef::elemType == FX_ELEM_TYPE_SPRITE_BILLBOARD
use FxEffectDefRef;
set condition handle never;
set string name;
set assetref name ASSET_TYPE_FX;
// FxTrailDef
use FxTrailDef;

View File

@ -8,6 +8,7 @@ set name szInternalName;
set string szDisplayName;
set string szOverlayName;
set string szXAnims;
set assetref szXAnims ASSET_TYPE_XANIMPARTS;
set string szModeName;
set scriptstring hideTags;
set scriptstring notetrackSoundMapKeys;