LargeFallingPlatform.tscn 1.1 KB

12345678910111213141516171819202122232425262728
  1. [gd_scene load_steps=5 format=3 uid="uid://dn3cblgvf2ba1"]
  2. [ext_resource type="PackedScene" uid="uid://bm8obwlkm56wb" path="res://Scenes/Prefabs/Entities/Objects/FallingPlatform.tscn" id="1_6dtc5"]
  3. [ext_resource type="Script" uid="uid://d0mqkvopasu8k" path="res://Scripts/Classes/Components/SecondQuestReplaceComponent.gd" id="2_jcaah"]
  4. [sub_resource type="RectangleShape2D" id="RectangleShape2D_jcaah"]
  5. size = Vector2(48, 8)
  6. [sub_resource type="RectangleShape2D" id="RectangleShape2D_w0y68"]
  7. size = Vector2(48, 10)
  8. [node name="FallingPlatform" instance=ExtResource("1_6dtc5")]
  9. [node name="TextureRect" parent="." index="0"]
  10. offset_left = -24.0
  11. offset_right = 24.0
  12. [node name="CollisionShape2D" parent="." index="1"]
  13. position = Vector2(0, 4)
  14. shape = SubResource("RectangleShape2D_jcaah")
  15. [node name="CollisionShape2D" parent="PlayerDetect" index="0"]
  16. shape = SubResource("RectangleShape2D_w0y68")
  17. [node name="SecondQuestReplacer" type="Node" parent="." index="4"]
  18. script = ExtResource("2_jcaah")
  19. new_scene = "uid://bm8obwlkm56wb"
  20. metadata/_custom_type_script = "uid://d0mqkvopasu8k"