Skip to content
Snippets Groups Projects
Commit 76073dd2 authored by Sven G. Brönstrup's avatar Sven G. Brönstrup
Browse files

Added extended script action zone properties

parent 7e65bc46
No related branches found
No related tags found
1 merge request!1Extended scripts support
Pipeline #10241 passed
......@@ -499,6 +499,17 @@ checkTileLayerProperty p@(Property name _value) = case name of
isString p
requireProperty "bellVariable"
-- | these properties are used by the extended script to allow action zones¶
"bindVariable" -> do
isString p
requireProperty "zone"
"enterValue" -> do
isString p
requireProperty "bindVariable"
"leaveValue" -> do
isString p
requireProperty "bindVariable"
-- name on tile layer unsupported
"name" -> isUnsupported
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment