clegg
This commit is contained in:
commit
6a269eb236
97 changed files with 2137 additions and 0 deletions
27
objects/player/jet_particles.tscn
Normal file
27
objects/player/jet_particles.tscn
Normal file
|
@ -0,0 +1,27 @@
|
|||
[gd_scene load_steps=5 format=3 uid="uid://dmg28km10q5ja"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://cd68hj3p7r01q" path="res://sprites/particles/fire_particles.png" id="1_idk12"]
|
||||
[ext_resource type="Script" uid="uid://nvpkqa3y8g04" path="res://objects/player/jet_particles.gd" id="2_vu77f"]
|
||||
|
||||
[sub_resource type="Curve" id="Curve_idk12"]
|
||||
_limits = [0.0, 3.0, 0.0, 1.0]
|
||||
_data = [Vector2(0, 0), 0.0, 0.0, 0, 0, Vector2(1, 3), 0.0, 0.0, 0, 0]
|
||||
point_count = 2
|
||||
|
||||
[sub_resource type="Gradient" id="Gradient_m4kly"]
|
||||
offsets = PackedFloat32Array(0.146667, 0.526667, 0.806667, 1)
|
||||
colors = PackedColorArray(0.580392, 0.768627, 1, 1, 1, 1, 0, 1, 1, 0, 0, 1, 1, 0, 0.321569, 0)
|
||||
|
||||
[node name="CPUParticles2D" type="CPUParticles2D" groups=["fire_particles"]]
|
||||
amount = 16
|
||||
texture = ExtResource("1_idk12")
|
||||
lifetime = 0.24
|
||||
local_coords = true
|
||||
spread = 0.0
|
||||
gravity = Vector2(-190, 980)
|
||||
tangential_accel_max = 100.0
|
||||
damping_max = 100.0
|
||||
angle_min = -720.0
|
||||
scale_amount_curve = SubResource("Curve_idk12")
|
||||
color_ramp = SubResource("Gradient_m4kly")
|
||||
script = ExtResource("2_vu77f")
|
Loading…
Add table
Add a link
Reference in a new issue