diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-10-14 17:42:29 +0200 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-10-14 17:42:29 +0200 |
commit | 1e5b276394ef3fc6d91df9121a90458662a7b75c (patch) | |
tree | cca973005497b79ea00742a460d39f9ec98d9575 /input | |
parent | 97e2f08fcc68c83d054dada41c40eaecfc889fb1 (diff) |
make View instantiate its own controller
Diffstat (limited to 'input')
-rw-r--r-- | input/test.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/input/test.xml b/input/test.xml index 8258501..de8a973 100644 --- a/input/test.xml +++ b/input/test.xml @@ -4,7 +4,7 @@ <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"/> + <nodeType tag="G" red="127" green="127" blue="127"/> </nodeTypes> <nodes> <Y x="0" y="0"/> |