Merge branch '4.1' into 4.2-beta

This commit is contained in:
Mario Zechner 2023-02-10 23:02:52 +01:00
commit 467295a782
2 changed files with 3 additions and 2 deletions

View File

@ -183,13 +183,13 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: godot-template-windows-debug.zip
path: spine-godot/godot/bin/windows_debug_x86_64.exe.exe
path: spine-godot/godot/bin/windows_debug_x86_64.exe
- name: Upload artifacts release
uses: actions/upload-artifact@v2
with:
name: godot-template-windows-release.zip
path: spine-godot/godot/bin/windows_debug_x86_64.exe.exe
path: spine-godot/godot/bin/windows_release_x86_64.exe
godot-template-android:
runs-on: ubuntu-20.04

View File

@ -93,6 +93,7 @@ void register_spine_godot_types() {
GDREGISTER_CLASS(SpineSkeletonDataResource);
GDREGISTER_CLASS(SpineAnimationMix);
GDREGISTER_CLASS(SpineSprite);
GDREGISTER_CLASS(SpineMesh2D);
GDREGISTER_CLASS(SpineSkeleton);
GDREGISTER_CLASS(SpineAnimationState);
GDREGISTER_CLASS(SpineAnimation);