PDoor.tscn 818 B

1234567891011121314151617181920
  1. [gd_scene load_steps=4 format=3 uid="uid://bmsecpiv7yllv"]
  2. [ext_resource type="PackedScene" uid="uid://u3t1k5j28yap" path="res://Scenes/Prefabs/Entities/Objects/Door.tscn" id="1_ovd7t"]
  3. [ext_resource type="JSON" path="res://Assets/Sprites/Tilesets/PDoors.json" id="2_fprkw"]
  4. [ext_resource type="Script" uid="uid://bul1nbd2in1gn" path="res://Scripts/Classes/Components/PSwitcher.gd" id="3_fprkw"]
  5. [node name="Door" instance=ExtResource("1_ovd7t")]
  6. [node name="Sprite" parent="." index="1"]
  7. animation = &"Idle"
  8. frame = 0
  9. frame_progress = 0.0
  10. [node name="ResourceSetterNew" parent="Sprite" index="0"]
  11. resource_json = ExtResource("2_fprkw")
  12. [node name="PSwitcher" type="Node" parent="." index="6"]
  13. script = ExtResource("3_fprkw")
  14. new_scene = "uid://c4wvocqpy0w66"
  15. metadata/_custom_type_script = "uid://bul1nbd2in1gn"