mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 10:05:34 +00:00
18 lines
672 B
Text
18 lines
672 B
Text
[gd_scene load_steps=4 format=3 uid="uid://cymtsmui4yo17"]
|
|
|
|
[ext_resource type="Script" path="res://Scenes/Interactable.cs" id="1_q256v"]
|
|
[ext_resource type="Texture2D" uid="uid://ch6nbhxgxxtf" path="res://Sprites/Red_Card_Reader.png" id="2_xidhq"]
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_x0adl"]
|
|
|
|
[node name="KeycardPad" type="Area2D" groups=["Interactable"]]
|
|
collision_layer = 4
|
|
collision_mask = 2
|
|
script = ExtResource("1_q256v")
|
|
RequiresKeycard = true
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
shape = SubResource("RectangleShape2D_x0adl")
|
|
|
|
[node name="Sprite2D" type="Sprite2D" parent="."]
|
|
texture = ExtResource("2_xidhq")
|