[sdl] Fix spine-c link in README.md

This commit is contained in:
Mario Zechner 2022-08-08 12:02:11 +02:00
parent 486a8539a8
commit dcec3b657a

View File

@ -1,6 +1,6 @@
# spine-sdl
The spine-sdl runtime provides functionality to load, manipulate and render [Spine](http://esotericsoftware.com) skeletal animation data using [SDL](https://www.libsdl.org/). spine-sdl is based on [spine-c](../../spine-c) and [spine-cpp](../spine-cpp), depending on whether you want to use a C or C++ implementation.
The spine-sdl runtime provides functionality to load, manipulate and render [Spine](http://esotericsoftware.com) skeletal animation data using [SDL](https://www.libsdl.org/). spine-sdl is based on [spine-c](../spine-c) and [spine-cpp](../spine-cpp), depending on whether you want to use a C or C++ implementation.
# See the [spine-godot documentation](http://esotericsoftware.com/spine-sdl) for in-depth information