nulture / penny_godot

Penny is an addon for Godot that handles displayable text. Useful for basic dialogue all the way up to full-on visual novels. Interprets .pny files, which are easy for anyone to read and to write.
The Unlicense
0 stars 0 forks source link

Implement `Array`s in data storage #28

Open nulture opened 4 hours ago

nulture commented 4 hours ago

Currently, an array with a path inside will just be an expression. Next we need to make sure that paths show up properly, since arrays are technically a literal value.