Particles system
This commit is contained in:
parent
30266b36cf
commit
0e5dee50f7
46 changed files with 643 additions and 200 deletions
54
scenes/particles/potato_explosion.tscn
Normal file
54
scenes/particles/potato_explosion.tscn
Normal file
|
|
@ -0,0 +1,54 @@
|
|||
[gd_scene load_steps=7 format=3 uid="uid://ckanq33rao1ur"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://b4lx8adw6rbqs" path="res://scenes/particles/dirt_explosion.tscn" id="1_c4q5e"]
|
||||
[ext_resource type="Texture2D" uid="uid://cad45iyh16x5g" path="res://assets/sprites/particles/nachinka1.tres" id="2_lgu5b"]
|
||||
[ext_resource type="Material" uid="uid://dvjxab8lnj6ap" path="res://assets/sprites/particles/potato_material.tres" id="3_lgu5b"]
|
||||
[ext_resource type="Texture2D" uid="uid://b3yfl2had6t3o" path="res://assets/sprites/particles/nachinka2.tres" id="4_xwh7c"]
|
||||
[ext_resource type="Texture2D" uid="uid://e5v4vpux4h8k" path="res://assets/sprites/particles/nachinka3.tres" id="5_ryjsf"]
|
||||
[ext_resource type="Texture2D" uid="uid://dny6mfpspd3o8" path="res://assets/sprites/particles/nachinka4.tres" id="6_ursbv"]
|
||||
|
||||
[node name="PotatoExplosion" instance=ExtResource("1_c4q5e")]
|
||||
|
||||
[node name="Nachinka" type="GPUParticles2D" parent="." index="6"]
|
||||
emitting = false
|
||||
amount = 2
|
||||
texture = ExtResource("2_lgu5b")
|
||||
lifetime = 2.0
|
||||
one_shot = true
|
||||
explosiveness = 1.0
|
||||
randomness = 0.11
|
||||
local_coords = true
|
||||
process_material = ExtResource("3_lgu5b")
|
||||
|
||||
[node name="Nachinka2" type="GPUParticles2D" parent="." index="7"]
|
||||
emitting = false
|
||||
amount = 2
|
||||
texture = ExtResource("4_xwh7c")
|
||||
lifetime = 2.0
|
||||
one_shot = true
|
||||
explosiveness = 1.0
|
||||
randomness = 0.11
|
||||
local_coords = true
|
||||
process_material = ExtResource("3_lgu5b")
|
||||
|
||||
[node name="Nachinka3" type="GPUParticles2D" parent="." index="8"]
|
||||
emitting = false
|
||||
amount = 2
|
||||
texture = ExtResource("5_ryjsf")
|
||||
lifetime = 2.0
|
||||
one_shot = true
|
||||
explosiveness = 1.0
|
||||
randomness = 0.11
|
||||
local_coords = true
|
||||
process_material = ExtResource("3_lgu5b")
|
||||
|
||||
[node name="Nachinka4" type="GPUParticles2D" parent="." index="9"]
|
||||
emitting = false
|
||||
amount = 2
|
||||
texture = ExtResource("6_ursbv")
|
||||
lifetime = 2.0
|
||||
one_shot = true
|
||||
explosiveness = 1.0
|
||||
randomness = 0.11
|
||||
local_coords = true
|
||||
process_material = ExtResource("3_lgu5b")
|
||||
Loading…
Add table
Add a link
Reference in a new issue