This commit is contained in:
2025-09-03 17:36:59 +02:00
commit 8468769d70
36 changed files with 746 additions and 0 deletions

22
destroy.tscn Normal file
View File

@@ -0,0 +1,22 @@
[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://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")