Created
April 15, 2020 02:21
-
-
Save DDR0/ba4186af0ef7f817eee7456ff26cb4f0 to your computer and use it in GitHub Desktop.
little_dust_effect.cfg
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"info": { | |
"affector": { | |
"max_deviation_x": 2.0, | |
"type": "randomizer" | |
}, | |
"blend": "alpha_blend", | |
"blend_enable": true, | |
"blend_equation": "add", | |
"default_particle_height": 3.0, | |
"default_particle_width": 3.0, | |
"emitter": { | |
"angle": { | |
"max": 345.600006, | |
"min": 345.600006, | |
"type": "random" | |
}, | |
"can_be_deleted": false, | |
"emission_rate": 10.0, | |
"mass": 1.0, | |
"name": "emit_object_97", | |
"radius": 15.0, | |
"rotation": 0.0, | |
"scaling": 1.0, | |
"time_to_live": { | |
"max": 3.0, | |
"min": 1.0, | |
"type": "random" | |
}, | |
"type": "sphere_surface", | |
"velocity": 15.0 | |
}, | |
"max_velocity": 2.0, | |
"name": "water_bubbles", | |
"order": 0, | |
"texture": "particles/white_pix.png", | |
"use_position": false | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment