diff options
author | pommicket <pommicket@gmail.com> | 2021-10-02 16:14:18 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2021-10-02 16:14:18 -0400 |
commit | d7a8776869ca5fab3cc4653615ff3f0861b039d6 (patch) | |
tree | 0da263a34897e95d469cbd6cf157c42a36f5314f /sandboxes | |
parent | ecb11d81d16a6add9b85d64a90d6f2fccfdd93c5 (diff) |
config auto-reload
Diffstat (limited to 'sandboxes')
-rw-r--r-- | sandboxes/test.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sandboxes/test.txt b/sandboxes/test.txt index b786ca4..45e584b 100644 --- a/sandboxes/test.txt +++ b/sandboxes/test.txt @@ -4,5 +4,5 @@ color #0000ff color2 #ff00ff color_scale 0.5 add vec3(-z, 0.0, x) -color2 #00ff00 +color2 #ffff00 add vec3(-y, x, 0.0) |