All sorts of fun and games

This commit is contained in:
Dan 2024-06-03 17:34:11 +01:00
parent cf3c8d82f1
commit ce0ef75241
116 changed files with 1849 additions and 109 deletions

View file

@ -1,4 +1,4 @@
[gd_scene load_steps=7 format=3 uid="uid://dr3yiqpdu3iox"]
[gd_scene load_steps=8 format=3 uid="uid://dr3yiqpdu3iox"]
[ext_resource type="Script" path="res://entities/scripts/mushroom_glow.gd" id="1_erigl"]
[ext_resource type="Texture2D" uid="uid://b0v24ggq57237" path="res://resources/particles/smallcircle.png" id="2_o6y3e"]
@ -46,6 +46,10 @@ _data = {
"OuterGlowPulse": SubResource("Animation_lk3bq")
}
[sub_resource type="Curve" id="Curve_sgxel"]
_data = [Vector2(0, 0), 0.0, 1.4, 0, 0, Vector2(0.203642, 1), 0.0, 0.0, 0, 0, Vector2(0.799669, 1), 0.0, 0.0, 0, 0, Vector2(1, 0), 0.0, 0.0, 0, 0]
point_count = 4
[node name="MushroomGlow" type="Node2D"]
script = ExtResource("1_erigl")
@ -72,8 +76,25 @@ texture = ExtResource("2_o6y3e")
[node name="OuterGlow" type="PointLight2D" parent="."]
scale = Vector2(2.7, 2.7)
color = Color(1, 0.811765, 0.235294, 1)
color = Color(0.298039, 0.772549, 0.980392, 1)
energy = 0.7
shadow_filter = 2
shadow_filter_smooth = 7.5
texture = ExtResource("2_o6y3e")
[node name="CPUParticles2D" type="CPUParticles2D" parent="."]
modulate = Color(1.2, 1.2, 1.2, 0.592)
amount = 3
lifetime = 5.0
randomness = 0.1
lifetime_randomness = 0.15
emission_shape = 1
emission_sphere_radius = 40.0
spread = 180.0
gravity = Vector2(0, 0)
initial_velocity_min = 1.0
initial_velocity_max = 2.0
scale_amount_min = 2.0
scale_amount_max = 4.0
scale_amount_curve = SubResource("Curve_sgxel")
color = Color(1, 1, 1, 0.164706)