TravellingPlatform.tscn 876 B

1234567891011121314151617181920212223
  1. [gd_scene load_steps=5 format=3 uid="uid://boce75y04igqf"]
  2. [ext_resource type="PackedScene" uid="uid://bvwo8snk5ixaa" path="res://Scenes/Prefabs/LevelObjects/CloudPlatform.tscn" id="1_dv323"]
  3. [ext_resource type="Texture2D" uid="uid://bk0p52ttwojml" path="res://Assets/Sprites/Tilesets/Platform.png" id="2_c263f"]
  4. [sub_resource type="RectangleShape2D" id="RectangleShape2D_kdp6m"]
  5. size = Vector2(32, 8)
  6. [sub_resource type="RectangleShape2D" id="RectangleShape2D_ch841"]
  7. size = Vector2(32, 8)
  8. [node name="CloudPlatform" instance=ExtResource("1_dv323")]
  9. [node name="Sprite" parent="." index="0"]
  10. offset_left = -16.0
  11. offset_right = 16.0
  12. texture = ExtResource("2_c263f")
  13. [node name="Collision" parent="." index="1"]
  14. shape = SubResource("RectangleShape2D_kdp6m")
  15. [node name="CollisionShape2D" parent="PlayerDetection" index="0"]
  16. shape = SubResource("RectangleShape2D_ch841")