twinestory
twinestory copied to clipboard
Play Godot animations from Twine
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.