Particles system
This commit is contained in:
parent
30266b36cf
commit
0e5dee50f7
46 changed files with 643 additions and 200 deletions
17
scenes/particles/snow_pea_particles.tscn
Normal file
17
scenes/particles/snow_pea_particles.tscn
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
[gd_scene load_steps=5 format=3 uid="uid://cijchi3f01q2t"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://1d33w4ubtury" path="res://scenes/particles/pea_particles.tscn" id="1_5fx7g"]
|
||||
[ext_resource type="Texture2D" uid="uid://el3weu727cmo" path="res://assets/sprites/particles/snowpea_fragment1.tres" id="2_fb47t"]
|
||||
[ext_resource type="Texture2D" uid="uid://rv2ibl8ls1kh" path="res://assets/sprites/particles/snowpea_fragment2.tres" id="3_5frrb"]
|
||||
[ext_resource type="Texture2D" uid="uid://bgg1n8802ebm6" path="res://assets/sprites/particles/snowpea_fragment3.tres" id="4_hwfh3"]
|
||||
|
||||
[node name="SnowPeaParticles" instance=ExtResource("1_5fx7g")]
|
||||
|
||||
[node name="First" parent="." index="0"]
|
||||
texture = ExtResource("2_fb47t")
|
||||
|
||||
[node name="Second" parent="." index="1"]
|
||||
texture = ExtResource("3_5frrb")
|
||||
|
||||
[node name="Third" parent="." index="2"]
|
||||
texture = ExtResource("4_hwfh3")
|
||||
Loading…
Add table
Add a link
Reference in a new issue