36 lines
1.6 KiB
Plaintext
36 lines
1.6 KiB
Plaintext
[gd_scene format=3 uid="uid://bj2ydmpsenhw3"]
|
|
|
|
[ext_resource type="Script" uid="uid://il6l5xowbfex" path="res://entities/interactables/radio/scripts/radio.gd" id="1_al5wv"]
|
|
[ext_resource type="Texture2D" uid="uid://cv6b8o1japsgx" path="res://entities/interactables/radio/assets/stw-radio-off.png" id="2_pt2bg"]
|
|
[ext_resource type="Texture2D" uid="uid://ekv3inpghk8v" path="res://entities/interactables/radio/assets/stw-radio-on.png" id="3_nhf2c"]
|
|
[ext_resource type="PackedScene" uid="uid://bf5viaiuq62f0" path="res://gui/game/log_screen/log_screen.tscn" id="4_pt2bg"]
|
|
|
|
[sub_resource type="CircleShape2D" id="CircleShape2D_02gnk"]
|
|
radius = 39.115215
|
|
|
|
[node name="Radio" type="Area2D" unique_id=746863756]
|
|
script = ExtResource("1_al5wv")
|
|
default_interact_text = "LISTEN_MESSAGE"
|
|
default_info_title = "RADIO"
|
|
default_info_desc = "RADIO_DESC_TEXT"
|
|
metadata/_custom_type_script = "uid://dyprcd68fjstf"
|
|
|
|
[node name="SpriteUnread" type="Sprite2D" parent="." unique_id=1138156739]
|
|
unique_name_in_owner = true
|
|
position = Vector2(0, -11.999999)
|
|
scale = Vector2(0.22388546, 0.22388546)
|
|
texture = ExtResource("3_nhf2c")
|
|
|
|
[node name="SpriteRead" type="Sprite2D" parent="." unique_id=1717216726]
|
|
unique_name_in_owner = true
|
|
position = Vector2(0, -11.999999)
|
|
scale = Vector2(0.22388546, 0.22388546)
|
|
texture = ExtResource("2_pt2bg")
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="." unique_id=573068971]
|
|
position = Vector2(0, -11.999998)
|
|
shape = SubResource("CircleShape2D_02gnk")
|
|
|
|
[node name="LogScreen" parent="." unique_id=1955577551 instance=ExtResource("4_pt2bg")]
|
|
unique_name_in_owner = true
|