stuff
This commit is contained in:
60
modules/wallpaper-engine/presets/bubbles/preset.json
Normal file
60
modules/wallpaper-engine/presets/bubbles/preset.json
Normal file
@@ -0,0 +1,60 @@
|
||||
{
|
||||
"name" : "ui_editor_preset_bubbles_title",
|
||||
"description" : "ui_editor_preset_bubbles_description",
|
||||
"tag" : "scene2d",
|
||||
"group" : "preset",
|
||||
"options" :
|
||||
{
|
||||
"droplistVisible" : true,
|
||||
"droplistOptions" :
|
||||
[
|
||||
{
|
||||
"label" : "ui_editor_preset_bubbles_variant_1",
|
||||
"value" : 0
|
||||
},
|
||||
{
|
||||
"label" : "ui_editor_preset_bubbles_variant_2",
|
||||
"value" : 1
|
||||
}
|
||||
]
|
||||
},
|
||||
"variants" :
|
||||
[
|
||||
{
|
||||
"preview" : "previewbubbles1/project.json",
|
||||
"objects" :
|
||||
[
|
||||
{
|
||||
"angles" : "0.000 0.000 0.000",
|
||||
"name" : "Cartoon bubbles",
|
||||
"origin" : "0.000 0.000 0.000",
|
||||
"particle" : "particles/presets/bubbles1.json",
|
||||
"scale" : "1.000 1.000 1.000"
|
||||
}
|
||||
],
|
||||
"dependencies" :
|
||||
[
|
||||
"materials/presets/bubbles1.json",
|
||||
"particles/presets/bubbles1.json"
|
||||
]
|
||||
},
|
||||
{
|
||||
"preview" : "previewbubbles2/project.json",
|
||||
"objects" :
|
||||
[
|
||||
{
|
||||
"angles" : "0.000 0.000 0.000",
|
||||
"name" : "Ocean bubbles",
|
||||
"origin" : "0.000 0.000 0.000",
|
||||
"particle" : "particles/presets/bubbles2.json",
|
||||
"scale" : "1.000 1.000 1.000"
|
||||
}
|
||||
],
|
||||
"dependencies" :
|
||||
[
|
||||
"materials/presets/bubbles2.json",
|
||||
"particles/presets/bubbles2.json"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user