mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 10:35:34 +00:00
21 lines
804 B
Text
21 lines
804 B
Text
[gd_scene load_steps=5 format=3 uid="uid://dxs3ks2ucaxl4"]
|
|
|
|
[ext_resource type="Script" path="res://Scenes/Interactable.cs" id="1_8ev2v"]
|
|
[ext_resource type="Texture2D" uid="uid://c53bchw2krocb" path="res://Sprites/Red_Keycard.png" id="2_onmup"]
|
|
[ext_resource type="Script" path="res://Scripts/Pickupper.cs" id="3_t6rqq"]
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_x0adl"]
|
|
|
|
[node name="ControlPad" type="Area2D" groups=["Interactable"]]
|
|
collision_layer = 4
|
|
collision_mask = 2
|
|
script = ExtResource("1_8ev2v")
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
shape = SubResource("RectangleShape2D_x0adl")
|
|
|
|
[node name="Sprite2D" type="Sprite2D" parent="."]
|
|
texture = ExtResource("2_onmup")
|
|
|
|
[node name="Pickupper" type="Node2D" parent="."]
|
|
script = ExtResource("3_t6rqq")
|