46 lines
1.9 KiB
Plaintext
46 lines
1.9 KiB
Plaintext
[gd_scene format=3 uid="uid://cpagab2ywjoyy"]
|
|
|
|
[ext_resource type="Script" uid="uid://dqhfjl4gljpxt" path="res://Assets/items/pick_up_area.gd" id="1_pe1m5"]
|
|
[ext_resource type="Texture2D" uid="uid://hhti8jdhw1s5" path="res://Assets/slime/Station.png" id="3_lurf8"]
|
|
[ext_resource type="Texture2D" uid="uid://d56xlopskxvq" path="res://Assets/slime/Slime.png" id="3_pe1m5"]
|
|
[ext_resource type="AudioStream" uid="uid://cdj38475fulsk" path="res://Sounds/essence_pick_up.wav" id="4_lurf8"]
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_pe1m5"]
|
|
size = Vector2(26, 14)
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_lurf8"]
|
|
size = Vector2(31, 18)
|
|
|
|
[node name="SlimeArea" type="StaticBody2D" unique_id=29852252 node_paths=PackedStringArray("audio_stream_player")]
|
|
y_sort_enabled = true
|
|
script = ExtResource("1_pe1m5")
|
|
audio_stream_player = NodePath("AudioStreamPlayer")
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="." unique_id=2076422801]
|
|
position = Vector2(0, 7)
|
|
shape = SubResource("RectangleShape2D_pe1m5")
|
|
|
|
[node name="Cage_Visual" type="Sprite2D" parent="." unique_id=999591062]
|
|
show_behind_parent = true
|
|
y_sort_enabled = true
|
|
texture_filter = 1
|
|
texture = ExtResource("3_lurf8")
|
|
|
|
[node name="Cage_Visual2" type="Sprite2D" parent="." unique_id=1599823402]
|
|
show_behind_parent = true
|
|
y_sort_enabled = true
|
|
texture_filter = 1
|
|
scale = Vector2(1, 0.96875)
|
|
texture = ExtResource("3_pe1m5")
|
|
|
|
[node name="inteaction_area" type="Area2D" parent="." unique_id=1706269937 groups=["interactebel"]]
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="inteaction_area" unique_id=1126287249]
|
|
position = Vector2(0, 7)
|
|
shape = SubResource("RectangleShape2D_lurf8")
|
|
debug_color = Color(0.8133416, 0.13726038, 0.9281714, 0.41960785)
|
|
|
|
[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="." unique_id=1996614241]
|
|
stream = ExtResource("4_lurf8")
|
|
bus = &"UI_Soundeffekts"
|