tries lofi
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
[gd_scene load_steps=9 format=3 uid="uid://dpsa6s5erb0ws"]
|
||||
[gd_scene load_steps=13 format=3 uid="uid://dpsa6s5erb0ws"]
|
||||
|
||||
[ext_resource type="Script" path="res://scenes/farmhouse/farmhouse.gd" id="1_51r6v"]
|
||||
[ext_resource type="Script" path="res://SetPiece_.gd" id="2_j681b"]
|
||||
[ext_resource type="Script" path="res://ScalePoint_.gd" id="3_eyrgf"]
|
||||
[ext_resource type="Texture2D" uid="uid://bj44850m5xlfn" path="res://scenes/healers/image6.png" id="4_kylj3"]
|
||||
[ext_resource type="Texture2D" uid="uid://cc32vj8gx56iv" path="res://scenes/healers/rocks.png" id="5_45r0t"]
|
||||
[ext_resource type="Texture2D" uid="uid://5ooe4wjgrsl1" path="res://spray.png" id="6_3rr0a"]
|
||||
|
||||
[sub_resource type="NavigationPolygon" id="NavigationPolygon_dvbx8"]
|
||||
vertices = PackedVector2Array(-112, 892, 851, 886, 910, 914, 1003, 959, 809, 968, 516, 951, 507, 1007, 750, 1048, 626, 1104, 383, 1138, 392, 1082, 216, 1112, -194, 1093)
|
||||
@@ -32,6 +33,15 @@ _data = {
|
||||
"focus_thing": SubResource("Animation_ij55e")
|
||||
}
|
||||
|
||||
[sub_resource type="CanvasItemMaterial" id="CanvasItemMaterial_0pokw"]
|
||||
blend_mode = 1
|
||||
|
||||
[sub_resource type="Gradient" id="Gradient_admud"]
|
||||
colors = PackedColorArray(1, 1, 1, 0.309804, 1, 1, 1, 0)
|
||||
|
||||
[sub_resource type="CanvasItemMaterial" id="CanvasItemMaterial_2xtme"]
|
||||
blend_mode = 1
|
||||
|
||||
[node name="background" type="Node2D"]
|
||||
y_sort_enabled = true
|
||||
position = Vector2(0, -4)
|
||||
@@ -102,6 +112,64 @@ libraries = {
|
||||
"": SubResource("AnimationLibrary_cuet8")
|
||||
}
|
||||
|
||||
[node name="CPUParticles2D" type="CPUParticles2D" parent="."]
|
||||
modulate = Color(1, 1, 1, 0.0823529)
|
||||
material = SubResource("CanvasItemMaterial_0pokw")
|
||||
position = Vector2(1255, 752)
|
||||
amount = 14
|
||||
lifetime = 2.55
|
||||
lifetime_randomness = 0.04
|
||||
local_coords = true
|
||||
texture = ExtResource("6_3rr0a")
|
||||
emission_shape = 3
|
||||
emission_rect_extents = Vector2(45.235, 1)
|
||||
direction = Vector2(0, -13.92)
|
||||
spread = 94.88
|
||||
gravity = Vector2(0, -5.455)
|
||||
initial_velocity_min = 24.33
|
||||
initial_velocity_max = 73.42
|
||||
damping_min = 62.21
|
||||
damping_max = 62.21
|
||||
scale_amount_min = 0.1
|
||||
scale_amount_max = 2.0
|
||||
color_ramp = SubResource("Gradient_admud")
|
||||
|
||||
[node name="CPUParticles2D2" type="CPUParticles2D" parent="."]
|
||||
modulate = Color(1, 1, 1, 0.0823529)
|
||||
position = Vector2(1694, 741)
|
||||
amount = 37
|
||||
local_coords = true
|
||||
texture = ExtResource("6_3rr0a")
|
||||
emission_shape = 3
|
||||
emission_rect_extents = Vector2(45.235, 1)
|
||||
direction = Vector2(0, -13.92)
|
||||
spread = 94.88
|
||||
gravity = Vector2(0, -5.455)
|
||||
initial_velocity_min = 83.45
|
||||
initial_velocity_max = 83.45
|
||||
damping_min = 0.365
|
||||
damping_max = 0.365
|
||||
color_ramp = SubResource("Gradient_admud")
|
||||
|
||||
[node name="CPUParticles2D3" type="CPUParticles2D" parent="."]
|
||||
modulate = Color(1, 1, 1, 0.0823529)
|
||||
material = SubResource("CanvasItemMaterial_2xtme")
|
||||
position = Vector2(1221, 529)
|
||||
scale = Vector2(1.78, 1.78)
|
||||
amount = 14
|
||||
local_coords = true
|
||||
texture = ExtResource("6_3rr0a")
|
||||
emission_shape = 3
|
||||
emission_rect_extents = Vector2(45.235, 1)
|
||||
direction = Vector2(0, -13.92)
|
||||
spread = 94.88
|
||||
gravity = Vector2(0, -5.455)
|
||||
initial_velocity_min = 21.65
|
||||
initial_velocity_max = 21.65
|
||||
damping_min = 0.365
|
||||
damping_max = 0.365
|
||||
color_ramp = SubResource("Gradient_admud")
|
||||
|
||||
[connection signal="entered_from_pasture" from="." to="." method="_on_entered_from_pasture"]
|
||||
[connection signal="interacted" from="SetPiece" to="." method="_on_set_piece_interacted"]
|
||||
[connection signal="interacted" from="pasture-exit" to="." method="_on_pasture_exit_interacted"]
|
||||
|
||||
Reference in New Issue
Block a user