mirror of
https://github.com/Insality/druid.git
synced 2025-06-27 10:27:47 +02:00
update collection to 162 defold
This commit is contained in:
parent
14e0680f2f
commit
39b5f1c555
3
.gitignore
vendored
3
.gitignore
vendored
@ -7,4 +7,5 @@ Thumbs.db
|
|||||||
*.pyc
|
*.pyc
|
||||||
.project
|
.project
|
||||||
.cproject
|
.cproject
|
||||||
builtins
|
builtins
|
||||||
|
dist
|
||||||
|
@ -72,9 +72,16 @@ embedded_instances {
|
|||||||
}
|
}
|
||||||
embedded_instances {
|
embedded_instances {
|
||||||
id: "sound"
|
id: "sound"
|
||||||
data: "components {\n"
|
data: "embedded_components {\n"
|
||||||
" id: \"click\"\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"
|
" position {\n"
|
||||||
" x: 0.0\n"
|
" x: 0.0\n"
|
||||||
" y: 0.0\n"
|
" y: 0.0\n"
|
||||||
|
2
settings_deployer
Normal file
2
settings_deployer
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
use_latest_bob=true
|
Loading…
x
Reference in New Issue
Block a user