mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-08 22:55:54 +00:00
19 lines
677 B
Text
19 lines
677 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="CircleShape2D" id="CircleShape2D_hhoab"]
|
|
radius = 12.0
|
|
|
|
[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("CircleShape2D_hhoab")
|
|
|
|
[node name="Sprite2D" type="Sprite2D" parent="."]
|
|
texture = ExtResource("2_xidhq")
|