mirror of
https://codeberg.org/icewind/vdf-reader.git
synced 2026-06-03 18:14:07 +02:00
13 lines
No EOL
414 B
Text
13 lines
No EOL
414 B
Text
"Resource/specificPanel.res"
|
|
{
|
|
// Specify panel-specific controls here
|
|
empty ""
|
|
"empty quoted" "\"\""
|
|
array 1
|
|
array 2
|
|
array "3"
|
|
windows_path "C:\test\no newline"
|
|
|
|
\\"$translucent" 1 // this is read vdf written by real valve developers
|
|
"$envmaptint" .5 .5 .5 // found in the wild, pretty sure they mean "[.5 .5 .5]", but it ends up working by accident with a stray `.5 = .5` kv
|
|
} |