mirror of
https://github.com/marinho/godot-visual-effects.git
synced 2024-12-22 22:47:28 +08:00
Added images of particles and Readme file
This commit is contained in:
parent
a84887497b
commit
a7bf7c18c3
25
README.md
Normal file
25
README.md
Normal file
@ -0,0 +1,25 @@
|
||||
## Particles
|
||||
|
||||
### Fire
|
||||
|
||||
![Fire](./docs/images/particles/fire.png)
|
||||
|
||||
### Hurricane
|
||||
|
||||
![Hurricane](./docs/images/particles/hurricane.png)
|
||||
|
||||
### Hyperdrive
|
||||
|
||||
![Hyperdrive](./docs/images/particles/hyperdrive.png)
|
||||
|
||||
### Shield
|
||||
|
||||
![Shield](./docs/images/particles/shield.png)
|
||||
|
||||
### Smoke
|
||||
|
||||
![Smoke](./docs/images/particles/smoke.png)
|
||||
|
||||
### Sparks
|
||||
|
||||
![Sparks](./docs/images/particles/sparks.png)
|
BIN
docs/images/particles/fire.png
Normal file
BIN
docs/images/particles/fire.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 74 KiB |
BIN
docs/images/particles/hurricane.png
Normal file
BIN
docs/images/particles/hurricane.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 104 KiB |
BIN
docs/images/particles/hyperdrive.png
Normal file
BIN
docs/images/particles/hyperdrive.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 35 KiB |
BIN
docs/images/particles/shield.png
Normal file
BIN
docs/images/particles/shield.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 56 KiB |
BIN
docs/images/particles/smoke.png
Normal file
BIN
docs/images/particles/smoke.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 158 KiB |
BIN
docs/images/particles/sparks.png
Normal file
BIN
docs/images/particles/sparks.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 26 KiB |
@ -13,7 +13,8 @@ glow_enabled = true
|
||||
glow_blend_mode = 4
|
||||
|
||||
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_njwlo"]
|
||||
albedo_color = Color(0.101961, 0.101961, 0.101961, 1)
|
||||
shading_mode = 0
|
||||
albedo_color = Color(0, 0, 0, 1)
|
||||
|
||||
[sub_resource type="PlaneMesh" id="PlaneMesh_1mtlo"]
|
||||
material = SubResource("StandardMaterial3D_njwlo")
|
||||
@ -53,4 +54,3 @@ visible = false
|
||||
[node name="Shield" parent="." instance=ExtResource("5_iqqai")]
|
||||
|
||||
[node name="Sparks2" parent="." instance=ExtResource("6_n8y86")]
|
||||
visible = false
|
||||
|
@ -125,7 +125,7 @@ orientation = 0
|
||||
[node name="Hyperdrive" type="Node3D"]
|
||||
|
||||
[node name="Blue Stars" type="GPUParticles3D" parent="."]
|
||||
amount = 100
|
||||
amount = 150
|
||||
lifetime = 5.0
|
||||
speed_scale = 2.0
|
||||
fixed_fps = 60
|
||||
@ -133,7 +133,7 @@ process_material = SubResource("ParticleProcessMaterial_ch4m0")
|
||||
draw_pass_1 = SubResource("PlaneMesh_hae6h")
|
||||
|
||||
[node name="Blue Stars2" type="GPUParticles3D" parent="."]
|
||||
amount = 50
|
||||
amount = 100
|
||||
lifetime = 5.0
|
||||
speed_scale = 2.0
|
||||
fixed_fps = 60
|
||||
|
Loading…
Reference in New Issue
Block a user