Goombrat.tscn 715 B

12345678910111213141516
  1. [gd_scene load_steps=3 format=3 uid="uid://bkxaywyw6emlc"]
  2. [ext_resource type="PackedScene" uid="uid://dnx48rakxib6u" path="res://Scenes/Prefabs/Entities/Enemies/Goomba.tscn" id="1_lifw8"]
  3. [ext_resource type="JSON" path="res://Assets/Sprites/Enemies/Goombrat.json" id="2_mhe8b"]
  4. [node name="Goombrat" instance=ExtResource("1_lifw8")]
  5. [node name="ResourceSetterNew" parent="Sprite" index="0"]
  6. resource_json = ExtResource("2_mhe8b")
  7. [node name="LedgeDetectionCast" parent="." index="13"]
  8. position = Vector2(-4, -5)
  9. target_position = Vector2(0, 8)
  10. [node name="BasicEnemyMovement" parent="." index="14" node_paths=PackedStringArray("ledge_detection_cast")]
  11. ledge_detection_cast = NodePath("../LedgeDetectionCast")