2025-01-30 17:24:40 +01:00
|
|
|
[gd_scene load_steps=5 format=3 uid="uid://cymtsmui4yo17"]
|
2025-01-20 21:58:59 +01:00
|
|
|
|
|
|
|
|
[ext_resource type="Script" path="res://Scenes/Interactable.cs" id="1_q256v"]
|
2025-01-30 17:24:40 +01:00
|
|
|
[ext_resource type="Resource" uid="uid://dibquna7fww7t" path="res://Resources/Items/Red_Keycard.tres" id="2_fqvgh"]
|
2025-01-20 21:58:59 +01:00
|
|
|
[ext_resource type="Texture2D" uid="uid://ch6nbhxgxxtf" path="res://Sprites/Red_Card_Reader.png" id="2_xidhq"]
|
|
|
|
|
|
2025-01-28 14:05:38 +01:00
|
|
|
[sub_resource type="CircleShape2D" id="CircleShape2D_hhoab"]
|
|
|
|
|
radius = 12.0
|
2025-01-20 21:58:59 +01:00
|
|
|
|
|
|
|
|
[node name="KeycardPad" type="Area2D" groups=["Interactable"]]
|
|
|
|
|
collision_layer = 4
|
|
|
|
|
collision_mask = 2
|
|
|
|
|
script = ExtResource("1_q256v")
|
2025-01-30 17:24:40 +01:00
|
|
|
Requirements = [ExtResource("2_fqvgh")]
|
2025-01-20 21:58:59 +01:00
|
|
|
|
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
2025-01-28 14:05:38 +01:00
|
|
|
shape = SubResource("CircleShape2D_hhoab")
|
2025-01-20 21:58:59 +01:00
|
|
|
|
|
|
|
|
[node name="Sprite2D" type="Sprite2D" parent="."]
|
|
|
|
|
texture = ExtResource("2_xidhq")
|