mirror of
https://github.com/nzp-team/assets.git
synced 2024-11-22 03:51:19 +00:00
FGD: Add info_texlights
This commit is contained in:
parent
5fb1e72657
commit
6f90de83ff
2 changed files with 16 additions and 4 deletions
|
@ -50,7 +50,13 @@
|
|||
killtarget(target_destination) : "Killtarget"
|
||||
]
|
||||
|
||||
|
||||
// info_texlights
|
||||
// It defines texture lights.
|
||||
// Add any texture name as a key and their brightness as the value.
|
||||
// Don't need to set colors because hlrad knows texture colors.
|
||||
@PointClass color(255 0 0) = info_texlights : "Texture name : Brightness"
|
||||
[
|
||||
]
|
||||
|
||||
//
|
||||
// player starts, deathmatch, coop, teleport
|
||||
|
|
|
@ -50,7 +50,13 @@
|
|||
killtarget(target_destination) : "Killtarget"
|
||||
]
|
||||
|
||||
|
||||
// info_texlights
|
||||
// It defines texture lights.
|
||||
// Add any texture name as a key and their brightness as the value.
|
||||
// Don't need to set colors because hlrad knows texture colors.
|
||||
@PointClass color(255 0 0) = info_texlights : "Texture name : Brightness"
|
||||
[
|
||||
]
|
||||
|
||||
//
|
||||
// player starts, deathmatch, coop, teleport
|
||||
|
|
Loading…
Reference in a new issue