From b277deb26b12f65b4f35bf973fdc8ef5f6fcb1c9 Mon Sep 17 00:00:00 2001 From: badlogic Date: Mon, 11 Apr 2022 10:37:07 +0200 Subject: [PATCH] [godot] Fix CLion config files for Windows. --- spine-godot/.idea/customTargets.xml | 18 +++++++--- spine-godot/.idea/tools/External Tools.xml | 18 ++++++++-- spine-godot/.idea/workspace.xml | 33 +++++++++++++++++-- .../assets/raptor/raptor-data-new.tres | 10 ------ spine-godot/setup.bat | 2 +- 5 files changed, 62 insertions(+), 19 deletions(-) delete mode 100644 spine-godot/example/assets/raptor/raptor-data-new.tres diff --git a/spine-godot/.idea/customTargets.xml b/spine-godot/.idea/customTargets.xml index 9a3229956..d60fe18e4 100644 --- a/spine-godot/.idea/customTargets.xml +++ b/spine-godot/.idea/customTargets.xml @@ -1,13 +1,23 @@ - - + + - + - + + + + + + + + + + + diff --git a/spine-godot/.idea/tools/External Tools.xml b/spine-godot/.idea/tools/External Tools.xml index e8ef4983b..01aef4873 100644 --- a/spine-godot/.idea/tools/External Tools.xml +++ b/spine-godot/.idea/tools/External Tools.xml @@ -1,16 +1,30 @@ - + - + + + + + + + + + \ No newline at end of file diff --git a/spine-godot/.idea/workspace.xml b/spine-godot/.idea/workspace.xml index 9478bbd3e..a9d4a1289 100644 --- a/spine-godot/.idea/workspace.xml +++ b/spine-godot/.idea/workspace.xml @@ -61,6 +61,9 @@ + + @@ -82,13 +85,23 @@ - + - + + + + + + + + + @@ -98,6 +111,11 @@ + + + + + @@ -115,4 +133,15 @@ + + + + + file://$PROJECT_DIR$/../spine_godot/register_types.cpp + 76 + + + + \ No newline at end of file diff --git a/spine-godot/example/assets/raptor/raptor-data-new.tres b/spine-godot/example/assets/raptor/raptor-data-new.tres deleted file mode 100644 index 18a042c08..000000000 --- a/spine-godot/example/assets/raptor/raptor-data-new.tres +++ /dev/null @@ -1,10 +0,0 @@ -[gd_resource type="SpineNewSkeletonDataResource" load_steps=3 format=2] - -[ext_resource path="res://assets/raptor/raptor.atlas" type="SpineAtlasResource" id=1] -[ext_resource path="res://assets/raptor/raptor-pro.skel" type="SpineSkeletonFileResource" id=2] - -[resource] -atlas_res = ExtResource( 1 ) -skeleton_file_res = ExtResource( 2 ) -animations = null -skins = null diff --git a/spine-godot/setup.bat b/spine-godot/setup.bat index 5b08527d9..761427e05 100644 --- a/spine-godot/setup.bat +++ b/spine-godot/setup.bat @@ -4,4 +4,4 @@ git clone --depth 1 https://github.com/godotengine/godot.git -b 3.4.4-stable xcopy /E /I .idea godot\.idea copy custom.py godot xcopy /E /I ..\spine-cpp\spine-cpp spine_godot\spine-cpp -cd godot & scons target=debug compiledb custom_modules=../spine_godot --jobs=8 & scons target=debug custom_modules=../spine_godot --jobs=8 & cd .. +cd godot & scons target=debug custom_modules=../spine_godot vsproj=yes --jobs=8 & cd ..