env_sprite: Update QUAKED comment to mention 'material' key.

This commit is contained in:
Marco Cawthorne 2024-03-24 20:12:10 -07:00
parent a9ededfd1a
commit ff649187ee
Signed by: eukara
GPG Key ID: CE2032F0A2882A22
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@ A sprite entity manager with fancy overrides.
- "killtarget" : Target to kill when triggered.
- "angles" : Sets the pitch, yaw and roll angles of the sprite.
- "model" : Path to the sprite in question.
- "material" : Instead of model, you can set the path of a material/image here.
- "rendercolor" : Color modifier of the sprite.
- "renderamt" : Alpha modifier of the sprite.
- "rendermode" : Render mode of the sprite.