From e2dad5f30ca4d8502558e0560d2059a51aae4c4c Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Mon, 19 Aug 2024 09:11:09 +0200 Subject: core: add settings accessor --- core/schemas/ch.arknet.Turns.gschema.xml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 core/schemas/ch.arknet.Turns.gschema.xml (limited to 'core/schemas') diff --git a/core/schemas/ch.arknet.Turns.gschema.xml b/core/schemas/ch.arknet.Turns.gschema.xml new file mode 100644 index 0000000..d764608 --- /dev/null +++ b/core/schemas/ch.arknet.Turns.gschema.xml @@ -0,0 +1,25 @@ + + + + + '#33d17a' + Friendly Disposition Color + The color used to shade friendly participants. + + + '#e01b24' + Hostile Disposition Color + The color used to shade hostile participants. + + + '#9141ac' + Secret Disposition Color + The color used to shade secret participants. + + + false + Skip Defeated Participants + Whether or not defeated participants shall be skipped while stepping through the turn order. + + + \ No newline at end of file -- cgit v1.2.3