SmallVerticalPlatform.tscn 844 B

1234567891011121314151617181920212223
  1. [gd_scene load_steps=4 format=3 uid="uid://cjkmd2yf3f84v"]
  2. [ext_resource type="PackedScene" uid="uid://c6x7gv2lqeu1x" path="res://Scenes/Prefabs/Entities/Objects/VerticalPlatform.tscn" id="1_wmghi"]
  3. [ext_resource type="Texture2D" uid="uid://bk0p52ttwojml" path="res://Assets/Sprites/Tilesets/Platform.png" id="2_kwmma"]
  4. [sub_resource type="RectangleShape2D" id="RectangleShape2D_kwmma"]
  5. size = Vector2(32, 8)
  6. [node name="SidewaysPlatform" instance=ExtResource("1_wmghi")]
  7. [node name="Sprite" parent="AnimatableBody2D" index="0"]
  8. offset_left = -16.0
  9. offset_right = 16.0
  10. texture = ExtResource("2_kwmma")
  11. patch_margin_left = 8
  12. patch_margin_right = 8
  13. [node name="Collision" parent="AnimatableBody2D" index="1"]
  14. visible = true
  15. shape = SubResource("RectangleShape2D_kwmma")
  16. [node name="SecondQuestReplacer" parent="." index="3"]
  17. new_scene = ""