diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-12-02 14:44:32 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-12-02 14:46:59 +0100 |
commit | 889d2c0c0933cf2fd9e068b1d2b79eb936b29b58 (patch) | |
tree | cfc5f5b6e417c28482734645a69e0d49388fa5b3 /scenery | |
parent | 8dbf450e34121358992e48212ae22cb7f5fc92f9 (diff) |
src, serialize: work on pass mode
1. add one more value to the enum
2. serialize it properly in binary
3. serialize it as string in json
Diffstat (limited to 'scenery')
-rw-r--r-- | scenery/scenery.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scenery/scenery.json b/scenery/scenery.json index 0d2495a9..e4599fca 100644 --- a/scenery/scenery.json +++ b/scenery/scenery.json @@ -7,7 +7,8 @@ { "name": "control panel (wall) 1", "type": "generic", - "atlas-name": "control-panel" + "atlas-name": "control-panel", + "pass-mode": "pass" }, { "name": "bench1", |