This commit is contained in:
2025-02-07 17:04:43 -06:00
parent 33fd7ddf72
commit 8eec81c7f4
2249 changed files with 75331 additions and 685 deletions

View File

@@ -0,0 +1,10 @@
{
"passes": [{
"shader": "genericparticle",
"depthtest": "disabled",
"depthwrite": "disabled",
"blending": "additive",
"cullmode": "nocull",
"textures": ["particle/halo"]
}]
}

View File

@@ -0,0 +1,132 @@
{
"animationmode" : null,
"children" : null,
"controlpoint" :
[
{
"flags" : 0,
"id" : 0,
"offset" : "0 0 0"
},
{
"flags" : 1,
"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" :
[
{
"distancemax" : "512 256 0",
"id" : 6,
"name" : "boxrandom"
}
],
"flags" : null,
"initializer" :
[
{
"id" : 2,
"max" : 10,
"min" : 3,
"name" : "lifetimerandom"
},
{
"id" : 3,
"max" : 10,
"min" : 5,
"name" : "sizerandom"
},
{
"id" : 4,
"max" : "10 10 0",
"min" : "-10 -10 0",
"name" : "velocityrandom"
},
{
"id" : 5,
"max" : "255 242 176",
"min" : "251 255 180",
"name" : "colorrandom"
}
],
"material" : "materials/presets/dust_motes_0.json",
"maxcount" : 128,
"operator" :
[
{
"drag" : 1,
"gravity" : "0 0 0",
"id" : 7,
"name" : "movement"
},
{
"fadeintime" : 0.29999999999999999,
"fadeouttime" : 0.69999999999999996,
"id" : 8,
"name" : "alphafade"
},
{
"frequencymax" : 1,
"frequencymin" : 0.5,
"id" : 9,
"name" : "oscillateposition",
"scalemax" : 10
},
{
"frequencymax" : 7,
"frequencymin" : 3,
"id" : 10,
"name" : "oscillatealpha",
"scalemax" : 0.80000000000000004,
"scalemin" : 0.5
},
{
"controlpoint" : 1,
"id" : 11,
"name" : "controlpointattract",
"origin" : "0 0 0",
"scale" : -1024,
"threshold" : 32
}
],
"renderer" :
[
{
"id" : 1,
"name" : "sprite"
}
],
"sequencemultiplier" : null,
"starttime" : 1
}

View File

@@ -0,0 +1,104 @@
{
"name" : "ui_editor_preset_light_shafts_title",
"description" : "ui_editor_preset_light_shafts_description",
"tag" : "scene2d",
"group" : "preset",
"options" :
{
"droplistVisible" : true,
"droplistOptions" :
[
{
"label" : "Light shafts 0",
"value" : 0
},
{
"label" : "Light shafts 1",
"value" : 1
},
{
"label" : "Light shafts 2",
"value" : 2
},
{
"label" : "Dust motes",
"value" : 3
}
]
},
"variants" :
[
{
"preview" : "previewlightshafts0/project.json",
"objects" :
[
{
"angles" : "0.000 0.000 0.000",
"name" : "Light shafts 0",
"origin" : "0.000 0.000 0.000",
"particle" : "particles/presets/light_shafts_0.json",
"scale" : "1.000 1.000 1.000"
}
],
"dependencies" :
[
"materials/presets/light_shafts_0.json",
"particles/presets/light_shafts_0.json"
]
},
{
"preview" : "previewlightshafts1/project.json",
"objects" :
[
{
"angles" : "0.000 0.000 0.000",
"name" : "Light shafts 1",
"origin" : "0.000 0.000 0.000",
"particle" : "particles/presets/light_shafts_1.json",
"scale" : "1.000 1.000 1.000"
}
],
"dependencies" :
[
"materials/presets/light_shafts_1.json",
"particles/presets/light_shafts_1.json"
]
},
{
"preview" : "previewlightshafts2/project.json",
"objects" :
[
{
"angles" : "0.000 0.000 0.000",
"name" : "Light shafts 2",
"origin" : "0.000 0.000 0.000",
"particle" : "particles/presets/light_shafts_2.json",
"scale" : "1.000 1.000 1.000"
}
],
"dependencies" :
[
"materials/presets/light_shafts_2.json",
"particles/presets/light_shafts_2.json"
]
},
{
"preview" : "previewdustmotes0/project.json",
"objects" :
[
{
"angles" : "0.000 0.000 0.000",
"name" : "Dust motes",
"origin" : "0.000 0.000 0.000",
"particle" : "particles/presets/dust_motes_0.json",
"scale" : "1.000 1.000 1.000"
}
],
"dependencies" :
[
"materials/presets/dust_motes_0.json",
"particles/presets/dust_motes_0.json"
]
}
]
}

View File

@@ -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" : "previewdustmotes"
}

View File

@@ -0,0 +1,50 @@
{
"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.4 0.4 0.4",
"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" :
{
"count" : 2
},
"model" : null,
"name" : "Dust motes",
"origin" : "128.000 128.000 0.000",
"parallaxDepth" : "1.000 1.000",
"particle" : "particles/presets/dust_motes_0.json",
"scale" : "1.000 1.000 1.000"
}
]
}

View File

@@ -0,0 +1,4 @@
{
"name": "FX Preview empty",
"type": "scene2d"
}