yes
This commit is contained in:
64
modules/wallpaper-engine/presets/fire/preset.json
Normal file
64
modules/wallpaper-engine/presets/fire/preset.json
Normal file
@@ -0,0 +1,64 @@
|
||||
{
|
||||
"name" : "ui_editor_preset_fire_title",
|
||||
"description" : "ui_editor_preset_fire_description",
|
||||
"tag" : "scene2d",
|
||||
"group" : "preset",
|
||||
"options" :
|
||||
{
|
||||
"droplistVisible" : true,
|
||||
"droplistOptions" :
|
||||
[
|
||||
{
|
||||
"label" : "ui_editor_preset_fire_variant_1",
|
||||
"value" : 0
|
||||
},
|
||||
{
|
||||
"label" : "ui_editor_preset_fire_variant_2",
|
||||
"value" : 1
|
||||
}
|
||||
]
|
||||
},
|
||||
"variants" :
|
||||
[
|
||||
{
|
||||
"preview" : "previewtorch/project.json",
|
||||
"objects" :
|
||||
[
|
||||
{
|
||||
"angles" : "0.000 0.000 0.000",
|
||||
"name" : "Torch",
|
||||
"origin" : "0.000 0.000 0.000",
|
||||
"particle" : "particles/presets/torch.json",
|
||||
"scale" : "1.000 1.000 1.000"
|
||||
}
|
||||
],
|
||||
"dependencies" :
|
||||
[
|
||||
"materials/presets/torch.json",
|
||||
"materials/presets/torchembers.json",
|
||||
"particles/presets/torch.json",
|
||||
"particles/presets/torchembers.json"
|
||||
]
|
||||
},
|
||||
{
|
||||
"preview" : "previewwildfire/project.json",
|
||||
"objects" :
|
||||
[
|
||||
{
|
||||
"angles" : "0.000 0.000 0.000",
|
||||
"name" : "Wildfire",
|
||||
"origin" : "0.000 0.000 0.000",
|
||||
"particle" : "particles/presets/wildfire.json",
|
||||
"scale" : "1.000 1.000 1.000"
|
||||
}
|
||||
],
|
||||
"dependencies" :
|
||||
[
|
||||
"materials/presets/wildfire.json",
|
||||
"materials/presets/wildfireembers.json",
|
||||
"particles/presets/wildfire.json",
|
||||
"particles/presets/wildfireembers.json"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user