LostLevelsEndingDoor.tscn 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. [gd_scene load_steps=7 format=3 uid="uid://k1krjice0kia"]
  2. [ext_resource type="Script" uid="uid://d23r1hm6jbgox" path="res://Scripts/Parts/LostLevelsEndingDoor.gd" id="1_nwrya"]
  3. [ext_resource type="Texture2D" uid="uid://dhpa5y7jlbyia" path="res://Assets/Sprites/Items/LostLevelsDoor.png" id="2_jriqu"]
  4. [ext_resource type="Script" uid="uid://bdq0373j5n5o0" path="res://Scripts/Parts/CameraRightLimit.gd" id="4_b0byr"]
  5. [ext_resource type="Script" uid="uid://364rywt44hy6" path="res://Scripts/Classes/UI/PackSprite.gd" id="4_jriqu"]
  6. [sub_resource type="RectangleShape2D" id="RectangleShape2D_an0bx"]
  7. [sub_resource type="WorldBoundaryShape2D" id="WorldBoundaryShape2D_d5sl2"]
  8. normal = Vector2(-1, 0)
  9. [node name="LostLevelsEndingDoor" type="Node2D"]
  10. script = ExtResource("1_nwrya")
  11. scene = "uid://b0omfelsiothx"
  12. [node name="StaticBody2D" type="StaticBody2D" parent="."]
  13. [node name="CollisionShape2D" type="CollisionShape2D" parent="StaticBody2D"]
  14. shape = SubResource("RectangleShape2D_an0bx")
  15. [node name="StaticBody2D2" type="StaticBody2D" parent="."]
  16. position = Vector2(40, 0)
  17. [node name="CollisionShape2D" type="CollisionShape2D" parent="StaticBody2D2"]
  18. shape = SubResource("RectangleShape2D_an0bx")
  19. [node name="CameraRightLimit" type="Node2D" parent="."]
  20. position = Vector2(128, -80)
  21. script = ExtResource("4_b0byr")
  22. metadata/_custom_type_script = "uid://bdq0373j5n5o0"
  23. [node name="CollisionShape2D" type="CollisionShape2D" parent="CameraRightLimit"]
  24. shape = SubResource("WorldBoundaryShape2D_d5sl2")
  25. [node name="Sprite2D" type="Sprite2D" parent="."]
  26. position = Vector2(24, -13)
  27. texture = ExtResource("2_jriqu")
  28. script = ExtResource("4_jriqu")
  29. metadata/_custom_type_script = "uid://364rywt44hy6"