britzl / defold-richtext

Defold-RichText is a system to create styled text based on an HTML inspired markup language
MIT License
75 stars 12 forks source link

Example Project Error #86

Closed ChrisRegan closed 1 year ago

ChrisRegan commented 1 year ago

Upon hitting the Spine button it throws an error

ERROR:SCRIPT: richtext/richtext.lua:218: attempt to call field 'new_spine_node' (a nil value) stack traceback: richtext/richtext.lua:218: in function create_spine_node richtext/richtext.lua:264: in function get_spine_metrics richtext/richtext.lua:318: in function measure_node richtext/richtext.lua:448: in function example example/example.gui_script:412: in function <example/example.gui_script:397>

britzl commented 1 year ago

The example was missing the spine extension. Added!