update collection to 162 defold

This commit is contained in:
Insality 2019-09-26 08:35:19 +03:00
parent 14e0680f2f
commit 39b5f1c555
3 changed files with 13 additions and 3 deletions

3
.gitignore vendored
View File

@ -7,4 +7,5 @@ Thumbs.db
*.pyc
.project
.cproject
builtins
builtins
dist

View File

@ -72,9 +72,16 @@ embedded_instances {
}
embedded_instances {
id: "sound"
data: "components {\n"
data: "embedded_components {\n"
" id: \"click\"\n"
" component: \"/example/kenney/assets/sounds/click.ogg\"\n"
" type: \"sound\"\n"
" data: \"sound: \\\"/example/kenney/assets/sounds/click.ogg\\\"\\n"
"looping: 0\\n"
"group: \\\"master\\\"\\n"
"gain: 1.0\\n"
"pan: 0.0\\n"
"speed: 1.0\\n"
"\"\n"
" position {\n"
" x: 0.0\n"
" y: 0.0\n"

2
settings_deployer Normal file
View File

@ -0,0 +1,2 @@
#!/bin/bash
use_latest_bob=true