twinestory icon indicating copy to clipboard operation
twinestory copied to clipboard

Play Godot animations from Twine

Open lemilonkh opened this issue 8 years ago • 0 comments

Define a path to an AnimationPlayer node (or adress using its name) and play an animation using the following syntax:

<% anim("lights_on", "../lights/animation") %>

Optionally, add a scene name that this AnimationPlayer will be contained in. Otherwise add a <% scene("name") %> command.

lemilonkh avatar Feb 26 '17 14:02 lemilonkh