We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3091ead commit 5b0083cCopy full SHA for 5b0083c
main/main.collection
@@ -196,3 +196,28 @@ embedded_instances {
196
y: 158.0
197
}
198
199
+embedded_instances {
200
+ id: "physics"
201
+ data: "components {\n"
202
+ " id: \"phisics\"\n"
203
+ " component: \"/main/physics.script\"\n"
204
+ "}\n"
205
+ "embedded_components {\n"
206
+ " id: \"spinemodel\"\n"
207
+ " type: \"spinemodel\"\n"
208
+ " data: \"spine_scene: \\\"/assets/trophy_wingame_spine/trophy_wingame_spine.spinescene\\\"\\n"
209
+ "default_animation: \\\"\\\"\\n"
210
+ "skin: \\\"\\\"\\n"
211
+ "material: \\\"/defold-spine/assets/spine.material\\\"\\n"
212
+ "\"\n"
213
214
+ ""
215
+ position {
216
+ x: 741.0
217
+ y: 447.0
218
+ }
219
+ scale3 {
220
+ x: 0.1
221
+ y: 0.1
222
223
+}
0 commit comments