Skip to content
Snippets Groups Projects
Commit 27b95441 authored by Michael Leuschel's avatar Michael Leuschel
Browse files

add missing THEN

parent 04de62bd
No related branches found
No related tags found
No related merge requests found
...@@ -5,13 +5,13 @@ ...@@ -5,13 +5,13 @@
"repeat": ["fr", "lt", "rt"], "repeat": ["fr", "lt", "rt"],
"id":"door_%0", "id":"door_%0",
"attr":"xlink:href", "attr":"xlink:href",
"value":"IF doors(%0) = open THEN \"img/door_open.png\" ELSIF doors(%0) = closed \"img/door_closed.png\" ELSE \"img/door_door_moving.png\" END" "value":"IF doors(%0) = open THEN \"img/door_open.png\" ELSIF doors(%0) = closed THEN \"img/door_closed.png\" ELSE \"img/door_door_moving.png\" END"
}, },
{ {
"repeat": ["fr", "lt", "rt"], "repeat": ["fr", "lt", "rt"],
"id":"gear_%0", "id":"gear_%0",
"attr":"xlink:href", "attr":"xlink:href",
"value":"IF gears(%0) = extended THEN \"img/gear_extended.png\" ELSIF gears(%0) = retracted \"img/gear_retracted.png\" ELSE \"img/gear_gear_moving.png\" END" "value":"IF gears(%0) = extended THEN \"img/gear_extended.png\" ELSIF gears(%0) = retracted THEN \"img/gear_retracted.png\" ELSE \"img/gear_gear_moving.png\" END"
} }
], ],
"events": [] "events": []
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment