TeamSyndi / syndibox

SyndiBox - A powerful text engine for dialog-heavy Godot projects
MIT License
91 stars 9 forks source link

cleaned up tag checking, added customizable manual advance action #16

Closed henlo-birb closed 4 years ago

henlo-birb commented 4 years ago

I noticed a lot of redundant/repeated code in the tag checking functions so i cleaned them up and made them more readable. Also I added an export var to hold the action that triggers the manual advance, rather than having it be hardcoded.