Added images of particles and Readme file

This commit is contained in:
Mario Brandao 2023-12-12 23:58:53 +01:00
parent a84887497b
commit a7bf7c18c3
9 changed files with 29 additions and 4 deletions

25
README.md Normal file
View 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)

Binary file not shown.

After

Width:  |  Height:  |  Size: 74 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 104 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 158 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

View File

@ -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

View File

@ -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