viniciusgerevini / godot-clyde-dialogue

Clyde Dialogue Language Importer and interpreter for Godot.
MIT License
89 stars 11 forks source link

Implement assigment initializer #26

Closed viniciusgerevini closed 10 months ago

viniciusgerevini commented 10 months ago

Assignment initializer operator ?=. It only assigns if variable was not set before.

Also fixes issues with assigments: