Mario Zechner 7f92b6893b [godot] Clean-up
* Remove forced -O2 flag
* Remove "external functions" from SpineSprite
* Add preview_animation property to SpineSprite. When set, the sprite will playback the selected animation in the editor.
* Fix mix-and-match script
2022-04-05 10:11:35 +02:00

8 lines
255 B
Plaintext

Import('env')
env_spine_runtime = env.Clone()
env_spine_runtime.Prepend(CPPPATH=["spine-cpp/include"])
env_spine_runtime.add_source_files(env.modules_sources, "spine-cpp/src/spine/*.cpp")
env_spine_runtime.add_source_files(env.modules_sources, "*.cpp")