Chests and strafing speed

This commit is contained in:
Marco 2025-01-28 14:05:38 +01:00
commit b645e1724e
17 changed files with 286 additions and 21 deletions

View file

@ -3,7 +3,8 @@
[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"]
[sub_resource type="CircleShape2D" id="CircleShape2D_hhoab"]
radius = 12.0
[node name="KeycardPad" type="Area2D" groups=["Interactable"]]
collision_layer = 4
@ -12,7 +13,7 @@ script = ExtResource("1_q256v")
RequiresKeycard = true
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
shape = SubResource("RectangleShape2D_x0adl")
shape = SubResource("CircleShape2D_hhoab")
[node name="Sprite2D" type="Sprite2D" parent="."]
texture = ExtResource("2_xidhq")