forked from team-sg/hero-mark-2
splash particlesgit status
This commit is contained in:
parent
002737706b
commit
bd12aa68c1
9 changed files with 87 additions and 4 deletions
23
objects/environment/splash/splash_particles.tscn
Normal file
23
objects/environment/splash/splash_particles.tscn
Normal file
|
@ -0,0 +1,23 @@
|
|||
[gd_scene load_steps=2 format=2]
|
||||
|
||||
[ext_resource path="res://graphics/particles/splash.png" type="Texture" id=1]
|
||||
|
||||
[node name="SplashParticles" type="CPUParticles2D"]
|
||||
pause_mode = 2
|
||||
z_index = -5
|
||||
emitting = false
|
||||
amount = 16
|
||||
lifetime = 2.0
|
||||
one_shot = true
|
||||
explosiveness = 0.9
|
||||
texture = ExtResource( 1 )
|
||||
emission_shape = 2
|
||||
emission_rect_extents = Vector2( 2, 0 )
|
||||
flag_align_y = true
|
||||
direction = Vector2( 0, -1 )
|
||||
spread = 10.0
|
||||
gravity = Vector2( 0, 120 )
|
||||
initial_velocity = 100.0
|
||||
initial_velocity_random = 0.5
|
||||
scale_amount = 0.25
|
||||
scale_amount_random = 0.5
|
Loading…
Add table
Add a link
Reference in a new issue