Skip to content

Commit

Permalink
Beautify palettes.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
kovidomi committed Nov 24, 2019
1 parent 6e1a6c8 commit 60730b8
Showing 1 changed file with 17 additions and 18 deletions.
35 changes: 17 additions & 18 deletions resource/palettes.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Lines starting with "#" are ignored.
[General]

######################################################################
Expand All @@ -11,25 +10,25 @@ OnlinePalettes = 1

######################################################################################
# Below you can set custom palettes as default. #
# #
# Valid palette indexes are between 1 - 20. #
# Filenames must be put between quotation marks ("). (Extension .impl is not needed) #
# #
# Example: #
# If Aegis has palette files "Fox.impl" and "Panda.impl", then a section like: #
# [Aegis] #
# 1="Fox" #
# 3="Panda" #
# 4="Panda" #
# 6="Fox" #
# 14="Fox" #
# Will make the mod load the palette file "Fox.impl" on ingame palettes 1, 6, 14, #
# and load the palette file "Panda.impl" on ingame palettes 3, 4. #
# #
# #
# Valid palette indexes are between 1 - 20. #
# Filenames must be put between quotation marks ("). (Extension .impl is not needed) #
# #
# Example: #
# If Aegis has palette files "Fox.impl" and "Panda.impl", then a section like: #
# [Aegis] #
# 1="Fox" #
# 3="Panda" #
# 4="Panda" #
# 6="Fox" #
# 14="Fox" #
# Will make the mod load the palette file "Fox.impl" on ingame palettes 1, 6, 14, #
# and load the palette file "Panda.impl" on ingame palettes 3, 4. #
# #
# Names of online palettes can be used as well. #
# #
# Setting as "Random" will select a palette randomly from the list: #
# [Aegis] #
# [Aegis] #
# 1="Random" #
# Will make the mod randomly select between "Default", "Fox.impl", and "Panda.impl" #
######################################################################################
Expand Down Expand Up @@ -190,4 +189,4 @@ OnlinePalettes = 1
1="Default"

[Yuzuriha]
1="Default"
1="Default"
Expand Down

0 comments on commit 60730b8

Please sign in to comment.