diff --git a/.rive_head b/.rive_head index 570b9359..3b7e4bf9 100644 --- a/.rive_head +++ b/.rive_head @@ -1 +1 @@ -7227975fb1afd53cbb9d5c6c3149db17606a606f +3b32d24314be7d877a11b8069622d6d6115383b7 diff --git a/dev/defs/animation/state_machine_component_nested_artboard.json b/dev/defs/animation/state_machine_component_nested_artboard.json new file mode 100644 index 00000000..431b95b6 --- /dev/null +++ b/dev/defs/animation/state_machine_component_nested_artboard.json @@ -0,0 +1,23 @@ +{ + "name": "StateMachineComponentNestedArtboard", + "key": { + "int": 172, + "string": "statemachinecomponentnestedartboard" + }, + "extends": "animation/state_machine_component_folder.json", + "runtime": false, + "properties": { + "nestedArtboardId": { + "type": "Id", + "typeRuntime": "uint", + "initialValue": "Core.missingId", + "initialValueRuntime": "-1", + "key": { + "int": 404, + "string": "nestedartboardid" + }, + "description": "Id of the Artboard represented by this component.", + "runtime": false + } + } +} \ No newline at end of file diff --git a/dev/defs/animation/state_machine_nested_input.json b/dev/defs/animation/state_machine_nested_input.json new file mode 100644 index 00000000..633b1ab8 --- /dev/null +++ b/dev/defs/animation/state_machine_nested_input.json @@ -0,0 +1,23 @@ +{ + "name": "StateMachineNestedInput", + "key": { + "int": 173, + "string": "statemachinenestedinput" + }, + "extends": "animation/state_machine_component.json", + "runtime": false, + "properties": { + "nestedInputId": { + "type": "Id", + "typeRuntime": "uint", + "initialValue": "Core.missingId", + "initialValueRuntime": "-1", + "key": { + "int": 403, + "string": "nestedinputid" + }, + "description": "Id of the NestedInput.", + "runtime": false + } + } +} \ No newline at end of file