Skip to content

Commit

Permalink
Update config.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
CelticMinstrel committed Oct 19, 2019
1 parent 5800acd commit 560adbf
Showing 1 changed file with 17 additions and 14 deletions.
31 changes: 17 additions & 14 deletions data/schema/core/config.cfg
Expand Up @@ -11,6 +11,21 @@
{SIMPLE_KEY name string}
[/tag]

[tag]
name="color_range"
min=1
max=infinite
{REQUIRED_KEY id string}
{SIMPLE_KEY name t_string}
{SIMPLE_KEY rgb hex_list}
{DEFAULT_KEY default bool no}
[/tag]
[tag]
name="color_palette"
min=1
{ANY_KEY hex_list}
[/tag]

[tag]
name="game_config"
min=1
Expand Down Expand Up @@ -110,20 +125,8 @@
{ANY_KEY string}
[/tag]
[/tag]
[tag]
name="color_range"
min=1
max=infinite
{REQUIRED_KEY id string}
{SIMPLE_KEY name t_string}
{SIMPLE_KEY rgb hex_list}
{DEFAULT_KEY default bool no}
[/tag]
[tag]
name="color_palette"
min=1
{ANY_KEY hex_list}
[/tag]
{LINK_TAG "color_range"}
{LINK_TAG "color_palette"}
[/tag]
[tag]
name="titlescreen_music"
Expand Down

0 comments on commit 560adbf

Please sign in to comment.