mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 10:35:34 +00:00
Mapping
This commit is contained in:
parent
5f129d84d8
commit
2cbe261597
3 changed files with 30 additions and 18 deletions
|
|
@ -1,8 +1,7 @@
|
|||
[gd_scene load_steps=11 format=3 uid="uid://ue3i2qyhhtbg"]
|
||||
[gd_scene load_steps=10 format=3 uid="uid://ue3i2qyhhtbg"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://duhodrhcnoslh" path="res://Scripts/Interactables/Switch.cs" id="1_fef30"]
|
||||
[ext_resource type="Resource" uid="uid://cspcgkr0tane2" path="res://Resources/Items/Green_Keycard.tres" id="2_05i2o"]
|
||||
[ext_resource type="Script" uid="uid://epnwjptvks3t" path="res://Scripts/Resources/LootItem.cs" id="2_058fi"]
|
||||
[ext_resource type="Resource" uid="uid://b2vyr1tcm4rc1" path="res://Resources/Items/Yellow_Keycard.tres" id="2_05i2o"]
|
||||
[ext_resource type="Texture2D" uid="uid://c1hcyxn2og2kq" path="res://Sprites/Actors/Key_Reader.png" id="4_al0cc"]
|
||||
[ext_resource type="Texture2D" uid="uid://dsf7jj36mk0xp" path="res://Sprites/Actors/KeyReaderOverlay.png" id="5_co1pm"]
|
||||
|
||||
|
|
@ -41,7 +40,7 @@ animations = [{
|
|||
collision_layer = 4
|
||||
collision_mask = 2
|
||||
script = ExtResource("1_fef30")
|
||||
Requirements = Array[ExtResource("2_058fi")]([ExtResource("2_05i2o")])
|
||||
Requirements = [ExtResource("2_05i2o")]
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
||||
shape = SubResource("CircleShape2D_vvpve")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue