Define some new [editor_times] for later usage.
This commit is contained in:
parent
8981813b9b
commit
931e1f9f3f
1 changed files with 36 additions and 0 deletions
|
@ -2,6 +2,8 @@
|
|||
# Editor time-of-day (lighting settings) presets
|
||||
|
||||
[editor_times]
|
||||
name= _ "Old"
|
||||
id=old
|
||||
{DAWN}
|
||||
{MORNING}
|
||||
{DUSK}
|
||||
|
@ -9,3 +11,37 @@
|
|||
{UNDERGROUND}
|
||||
{DEEP_UNDERGROUND}
|
||||
[/editor_times]
|
||||
|
||||
[editor_times]
|
||||
name= _ "Default"
|
||||
id=default
|
||||
{DAWN}
|
||||
{MORNING}
|
||||
{AFTERNOON}
|
||||
{DUSK}
|
||||
{FIRST_WATCH}
|
||||
{SECOND_WATCH}
|
||||
[/editor_times]
|
||||
|
||||
[editor_times]
|
||||
name= _ "Underground"
|
||||
id=underground
|
||||
{UNDERGROUND}
|
||||
[/editor_times]
|
||||
|
||||
[editor_times]
|
||||
name= _ "Deep Underground"
|
||||
id=deep_underground
|
||||
{DEEP_UNDERGROUND}
|
||||
[/editor_times]
|
||||
|
||||
[editor_times]
|
||||
name= _ "After the Fall"
|
||||
id=after_the_fall
|
||||
{DAWN}
|
||||
{MORNING}
|
||||
{DUSK}
|
||||
{FIRST_WATCH}
|
||||
{UNDERGROUND}
|
||||
{DEEP_UNDERGROUND}
|
||||
[/editor_times]
|
Loading…
Add table
Reference in a new issue