23 lines
751 B
Plaintext
23 lines
751 B
Plaintext
[gd_scene load_steps=4 format=3 uid="uid://bl3ans3gkp8ll"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://ckgjtmh5asu4w" path="res://assets/shoot.png" id="1_4xjek"]
|
|
[ext_resource type="Script" uid="uid://bgbncoa145y1l" path="res://script/destroy.gd" id="2_owou8"]
|
|
|
|
[sub_resource type="Gradient" id="Gradient_owou8"]
|
|
offsets = PackedFloat32Array(0, 0.553333, 1)
|
|
colors = PackedColorArray(1, 1, 1, 1, 1, 1, 1, 0.772549, 1, 1, 1, 0)
|
|
|
|
[node name="CPUParticles2D" type="CPUParticles2D"]
|
|
emitting = false
|
|
amount = 16
|
|
texture = ExtResource("1_4xjek")
|
|
lifetime = 2.5
|
|
one_shot = true
|
|
explosiveness = 0.5
|
|
randomness = 0.46
|
|
spread = 180.0
|
|
gravity = Vector2(0, 0)
|
|
initial_velocity_max = 50.0
|
|
color_ramp = SubResource("Gradient_owou8")
|
|
script = ExtResource("2_owou8")
|