diff options
author | Maya <11448698+RoyalBlue1@users.noreply.github.com> | 2023-12-14 01:31:37 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-14 01:31:37 +0100 |
commit | f4df3144adbd45d48d812d102cfaf7cef474824e (patch) | |
tree | 64c893be449445391aa9f035357cf8f40a0c2b3b /Northstar.Custom/mod/materials | |
parent | 7140cce045a94b4d8e02b347bb2e8b6bfc9c7c89 (diff) | |
download | NorthstarMods-f4df3144adbd45d48d812d102cfaf7cef474824e.tar.gz NorthstarMods-f4df3144adbd45d48d812d102cfaf7cef474824e.zip |
Add Winter holiday event models to the lobby (#768)
Adds decorative models to the lobby map that will only display during winter holiday season.
Diffstat (limited to 'Northstar.Custom/mod/materials')
-rw-r--r-- | Northstar.Custom/mod/materials/models/northstartree/lightsflicker.vmt | 18 | ||||
-rw-r--r-- | Northstar.Custom/mod/materials/models/northstartree/lightsflicker.vtf | bin | 0 -> 524512 bytes |
2 files changed, 18 insertions, 0 deletions
diff --git a/Northstar.Custom/mod/materials/models/northstartree/lightsflicker.vmt b/Northstar.Custom/mod/materials/models/northstartree/lightsflicker.vmt new file mode 100644 index 00000000..22b81e9a --- /dev/null +++ b/Northstar.Custom/mod/materials/models/northstartree/lightsflicker.vmt @@ -0,0 +1,18 @@ +"UnlitTexture" +{ + $basetexture "models/northstartree/lightsflicker" + $color "[1.5 1.5 1.5]" + + Proxies + { + + TextureScroll + { + texturescrollvar $basetexturetransform + texturescrollrate 0.33 + texturescrollangle 45 + } + + } + +} diff --git a/Northstar.Custom/mod/materials/models/northstartree/lightsflicker.vtf b/Northstar.Custom/mod/materials/models/northstartree/lightsflicker.vtf Binary files differnew file mode 100644 index 00000000..227756be --- /dev/null +++ b/Northstar.Custom/mod/materials/models/northstartree/lightsflicker.vtf |