yes
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"passes" :
|
||||
[
|
||||
{
|
||||
"blending" : "additive",
|
||||
"cullmode" : "nocull",
|
||||
"depthtest" : "disabled",
|
||||
"depthwrite" : "disabled",
|
||||
"shader" : "genericparticle",
|
||||
"textures" : [ "particle/drop" ]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,108 @@
|
||||
{
|
||||
"animationmode" : null,
|
||||
"children" : null,
|
||||
"controlpoint" :
|
||||
[
|
||||
{
|
||||
"flags" : 1,
|
||||
"id" : 0,
|
||||
"offset" : "0 0 0"
|
||||
},
|
||||
{
|
||||
"flags" : 0,
|
||||
"id" : 1,
|
||||
"offset" : "0 0 0"
|
||||
},
|
||||
{
|
||||
"flags" : 0,
|
||||
"id" : 2,
|
||||
"offset" : "0 0 0"
|
||||
},
|
||||
{
|
||||
"flags" : 0,
|
||||
"id" : 3,
|
||||
"offset" : "0 0 0"
|
||||
},
|
||||
{
|
||||
"flags" : 0,
|
||||
"id" : 4,
|
||||
"offset" : "0 0 0"
|
||||
},
|
||||
{
|
||||
"flags" : 0,
|
||||
"id" : 5,
|
||||
"offset" : "0 0 0"
|
||||
},
|
||||
{
|
||||
"flags" : 0,
|
||||
"id" : 6,
|
||||
"offset" : "0 0 0"
|
||||
},
|
||||
{
|
||||
"flags" : 0,
|
||||
"id" : 7,
|
||||
"offset" : "0 0 0"
|
||||
}
|
||||
],
|
||||
"emitter" :
|
||||
[
|
||||
{
|
||||
"directions" : "1 1 0",
|
||||
"distancemax" : 0,
|
||||
"distancemin" : 0,
|
||||
"flags" : 2,
|
||||
"id" : 5,
|
||||
"name" : "sphererandom",
|
||||
"origin" : "0 0 0",
|
||||
"rate" : 32
|
||||
}
|
||||
],
|
||||
"flags" : null,
|
||||
"initializer" :
|
||||
[
|
||||
{
|
||||
"id" : 2,
|
||||
"max" : 1,
|
||||
"min" : 1,
|
||||
"name" : "lifetimerandom"
|
||||
},
|
||||
{
|
||||
"id" : 3,
|
||||
"max" : 15,
|
||||
"min" : 10,
|
||||
"name" : "sizerandom"
|
||||
},
|
||||
{
|
||||
"id" : 4,
|
||||
"max" : "26 255 0",
|
||||
"min" : "255 0 0",
|
||||
"name" : "colorrandom"
|
||||
}
|
||||
],
|
||||
"material" : "materials/presets/trail_1.json",
|
||||
"maxcount" : 128,
|
||||
"operator" :
|
||||
[
|
||||
{
|
||||
"drag" : 0,
|
||||
"gravity" : "0 0 0",
|
||||
"id" : 6,
|
||||
"name" : "movement"
|
||||
},
|
||||
{
|
||||
"fadeintime" : 0.10000000000000001,
|
||||
"fadeouttime" : 0.10000000000000001,
|
||||
"id" : 7,
|
||||
"name" : "alphafade"
|
||||
}
|
||||
],
|
||||
"renderer" :
|
||||
[
|
||||
{
|
||||
"id" : 1,
|
||||
"name" : "rope"
|
||||
}
|
||||
],
|
||||
"sequencemultiplier" : null,
|
||||
"starttime" : 0
|
||||
}
|
||||
@@ -0,0 +1,82 @@
|
||||
{
|
||||
"name" : "ui_editor_preset_interactive_title",
|
||||
"description" : "ui_editor_preset_interactive_description",
|
||||
"tag" : "scene2d",
|
||||
"group" : "preset",
|
||||
"options" :
|
||||
{
|
||||
"droplistVisible" : true,
|
||||
"droplistOptions" :
|
||||
[
|
||||
{
|
||||
"label" : "Trails 0",
|
||||
"value" : 0
|
||||
},
|
||||
{
|
||||
"label" : "Trails 1",
|
||||
"value" : 1
|
||||
},
|
||||
{
|
||||
"label" : "Drops",
|
||||
"value" : 2
|
||||
}
|
||||
]
|
||||
},
|
||||
"variants" :
|
||||
[
|
||||
{
|
||||
"preview" : "previewtrails0/project.json",
|
||||
"objects" :
|
||||
[
|
||||
{
|
||||
"angles" : "0.000 0.000 0.000",
|
||||
"name" : "Trails 0",
|
||||
"origin" : "0.000 0.000 0.000",
|
||||
"particle" : "particles/presets/trail_0.json",
|
||||
"scale" : "1.000 1.000 1.000"
|
||||
}
|
||||
],
|
||||
"dependencies" :
|
||||
[
|
||||
"materials/presets/trail_0.json",
|
||||
"particles/presets/trail_0.json"
|
||||
]
|
||||
},
|
||||
{
|
||||
"preview" : "previewtrails1/project.json",
|
||||
"objects" :
|
||||
[
|
||||
{
|
||||
"angles" : "0.000 0.000 0.000",
|
||||
"name" : "Trails 1",
|
||||
"origin" : "0.000 0.000 0.000",
|
||||
"particle" : "particles/presets/trail_1.json",
|
||||
"scale" : "1.000 1.000 1.000"
|
||||
}
|
||||
],
|
||||
"dependencies" :
|
||||
[
|
||||
"materials/presets/trail_1.json",
|
||||
"particles/presets/trail_1.json"
|
||||
]
|
||||
},
|
||||
{
|
||||
"preview" : "previewtrails2/project.json",
|
||||
"objects" :
|
||||
[
|
||||
{
|
||||
"angles" : "0.000 0.000 0.000",
|
||||
"name" : "Drops",
|
||||
"origin" : "0.000 0.000 0.000",
|
||||
"particle" : "particles/presets/trail_2.json",
|
||||
"scale" : "1.000 1.000 1.000"
|
||||
}
|
||||
],
|
||||
"dependencies" :
|
||||
[
|
||||
"materials/presets/trail_2.json",
|
||||
"particles/presets/trail_2.json"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"file" : "scene.json",
|
||||
"general" :
|
||||
{
|
||||
"properties" :
|
||||
{
|
||||
"schemecolor" :
|
||||
{
|
||||
"order" : 0,
|
||||
"text" : "ui_browse_properties_scheme_color",
|
||||
"type" : "color",
|
||||
"value" : "0 0 0"
|
||||
}
|
||||
}
|
||||
},
|
||||
"title" : "previewtrails1"
|
||||
}
|
||||
@@ -0,0 +1,47 @@
|
||||
{
|
||||
"camera" :
|
||||
{
|
||||
"center" : "0.000 0.000 -1.000",
|
||||
"eye" : "0.000 0.000 0.000",
|
||||
"up" : "0.000 1.000 0.000"
|
||||
},
|
||||
"general" :
|
||||
{
|
||||
"ambientcolor" : "0.3 0.3 0.3",
|
||||
"bloom" : false,
|
||||
"bloomstrength" : 2,
|
||||
"bloomthreshold" : 0.64999997615814209,
|
||||
"cameraparallax" : false,
|
||||
"cameraparallaxamount" : 0.5,
|
||||
"cameraparallaxdelay" : 0.10000000149011612,
|
||||
"cameraparallaxmouseinfluence" : 0,
|
||||
"camerapreview" : true,
|
||||
"camerashake" : false,
|
||||
"camerashakeamplitude" : 0.5,
|
||||
"camerashakeroughness" : 1,
|
||||
"camerashakespeed" : 3,
|
||||
"clearcolor" : "0.7 0.7 0.7",
|
||||
"clearenabled" : null,
|
||||
"orthogonalprojection" :
|
||||
{
|
||||
"height" : 256,
|
||||
"width" : 256
|
||||
},
|
||||
"skylightcolor" : "0.3 0.3 0.3"
|
||||
},
|
||||
"objects" :
|
||||
[
|
||||
{
|
||||
"angles" : "0.000 0.000 0.000",
|
||||
"id" : 12,
|
||||
"image" : null,
|
||||
"instanceoverride" : null,
|
||||
"model" : null,
|
||||
"name" : "Trails 1",
|
||||
"origin" : "128.000 128.000 0.000",
|
||||
"parallaxDepth" : "1.000 1.000",
|
||||
"particle" : "particles/presets/trail_1.json",
|
||||
"scale" : "1.000 1.000 1.000"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"name": "FX Preview empty",
|
||||
"type": "scene2d"
|
||||
}
|
||||
Reference in New Issue
Block a user