Skip to content

Commit 5b0083c

Browse files
committed
merge fix
1 parent 3091ead commit 5b0083c

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

main/main.collection

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,3 +196,28 @@ embedded_instances {
196196
y: 158.0
197197
}
198198
}
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+
"}\n"
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

Comments
 (0)