Skip to content

Commit

Permalink
new example based on dirtylarry
Browse files Browse the repository at this point in the history
  • Loading branch information
AGulev committed May 11, 2017
1 parent 3d3a352 commit 065254d
Show file tree
Hide file tree
Showing 7 changed files with 1,929 additions and 51 deletions.
Binary file removed example/defold-icon.png
Binary file not shown.
6 changes: 0 additions & 6 deletions example/example.atlas

This file was deleted.

44 changes: 2 additions & 42 deletions example/example.collection
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ scale_along_z: 0
embedded_instances {
id: "go"
data: "components {\n"
" id: \"script\"\n"
" component: \"/example/example.script\"\n"
" id: \"gui\"\n"
" component: \"/example/example.gui\"\n"
" position {\n"
" x: 0.0\n"
" y: 0.0\n"
Expand Down Expand Up @@ -35,43 +35,3 @@ embedded_instances {
z: 1.0
}
}
embedded_instances {
id: "icon"
data: "embedded_components {\n"
" id: \"sprite\"\n"
" type: \"sprite\"\n"
" data: \"tile_set: \\\"/example/example.atlas\\\"\\n"
"default_animation: \\\"defold-icon\\\"\\n"
"material: \\\"/builtins/materials/sprite.material\\\"\\n"
"blend_mode: BLEND_MODE_ALPHA\\n"
"\"\n"
" position {\n"
" x: 400.0\n"
" y: 300.0\n"
" z: 0.0\n"
" }\n"
" rotation {\n"
" x: 0.0\n"
" y: 0.0\n"
" z: 0.0\n"
" w: 1.0\n"
" }\n"
"}\n"
""
position {
x: 0.0
y: 0.0
z: 0.0
}
rotation {
x: 0.0
y: 0.0
z: 0.0
w: 1.0
}
scale3 {
x: 1.0
y: 1.0
z: 1.0
}
}
Loading

0 comments on commit 065254d

Please sign in to comment.