Skip to content

Commit

Permalink
update android
Browse files Browse the repository at this point in the history
  • Loading branch information
AGulev committed Jan 2, 2025
1 parent 795f828 commit 53678ed
Show file tree
Hide file tree
Showing 6 changed files with 97 additions and 3,277 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ Thumbs.db
*.pyc
.project
.cproject
builtins
builtins
/.editor_settings
45 changes: 0 additions & 45 deletions example/main.collection
Original file line number Diff line number Diff line change
Expand Up @@ -5,58 +5,13 @@ embedded_instances {
data: "components {\n"
" id: \"main\"\n"
" component: \"/example/main.gui\"\n"
" position {\n"
" x: 0.0\n"
" y: 0.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"
" property_decls {\n"
" }\n"
"}\n"
"embedded_components {\n"
" id: \"sound\"\n"
" type: \"sound\"\n"
" data: \"sound: \\\"/example/music_chapter3.ogg\\\"\\n"
"looping: 1\\n"
"group: \\\"master\\\"\\n"
"gain: 1.0\\n"
"pan: 0.0\\n"
"speed: 1.0\\n"
"loopcount: 0\\n"
"\"\n"
" position {\n"
" x: 0.0\n"
" y: 0.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 53678ed

Please sign in to comment.