aboutsummaryrefslogtreecommitdiff
path: root/input/test.xml
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-10-10 13:03:47 +0200
committerLoek Le Blansch <loek@pipeframe.xyz>2024-10-10 13:03:47 +0200
commit3ed5fcd2d4d29c531f4641a8794878328410ffde (patch)
treef5068d2e69cbad8002d20f48dc0b170aa69e89c9 /input/test.xml
parent112d1a25506dee481b7ab4a95b8146d40eef1e1a (diff)
fix color loading
Diffstat (limited to 'input/test.xml')
-rw-r--r--input/test.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/input/test.xml b/input/test.xml
index 42ed1d2..8258501 100644
--- a/input/test.xml
+++ b/input/test.xml
@@ -1,10 +1,10 @@
<?xml version="1.0" ?>
<canvas rows="3" cols="3">
<nodeTypes>
- <nodeType tag="Y"/>
- <nodeType tag="B"/>
- <nodeType tag="R"/>
- <nodeType tag="G"/>
+ <nodeType tag="Y" red="255" green="255" blue="0"/>
+ <nodeType tag="B" red="0" green="0" blue="255"/>
+ <nodeType tag="R" red="255" green="0" blue="0"/>
+ <nodeType tag="G" red="0" green="255" blue="0"/>
</nodeTypes>
<nodes>
<Y x="0" y="0"/>