42 lines
1.6 KiB
Text
42 lines
1.6 KiB
Text
[gd_scene load_steps=8 format=3 uid="uid://5yw5sbkwj0qk"]
|
|
|
|
[ext_resource type="Script" path="res://scenes/target.gd" id="1_kdcb3"]
|
|
[ext_resource type="AudioStream" uid="uid://cv0f1tu5pac60" path="res://assets/Sounds/02 midpiano.ogg" id="2_thrll"]
|
|
[ext_resource type="PackedScene" uid="uid://cp2i64bioqppu" path="res://assets/love_potion.tscn" id="3_l1kad"]
|
|
[ext_resource type="Script" path="res://assets/love_potion_target.gd" id="4_6owuw"]
|
|
|
|
[sub_resource type="BoxShape3D" id="BoxShape3D_2pv4i"]
|
|
|
|
[sub_resource type="BoxMesh" id="BoxMesh_tp0p7"]
|
|
|
|
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_mjtav"]
|
|
transparency = 1
|
|
albedo_color = Color(1, 1, 1, 0.3)
|
|
emission_enabled = true
|
|
emission = Color(1, 1, 1, 1)
|
|
emission_energy_multiplier = 0.61
|
|
rim = 0.38
|
|
refraction_scale = 0.88
|
|
|
|
[node name="Target1" type="StaticBody3D" groups=["targets"]]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.91143, 3.59885, -3.13788)
|
|
script = ExtResource("1_kdcb3")
|
|
|
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
|
|
shape = SubResource("BoxShape3D_2pv4i")
|
|
|
|
[node name="MeshInstance3D" type="MeshInstance3D" parent="."]
|
|
visible = false
|
|
layers = 4
|
|
mesh = SubResource("BoxMesh_tp0p7")
|
|
skeleton = NodePath("../..")
|
|
surface_material_override/0 = SubResource("StandardMaterial3D_mjtav")
|
|
|
|
[node name="AudioStreamPlayer3D" type="AudioStreamPlayer3D" parent="."]
|
|
stream = ExtResource("2_thrll")
|
|
volume_db = -80.0
|
|
autoplay = true
|
|
|
|
[node name="Love Potion" parent="." instance=ExtResource("3_l1kad")]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.330896, 0)
|
|
script = ExtResource("4_6owuw")
|