Files
Super-Mario-Bros.-Remastere…/Scenes/Prefabs/Entities/Enemies/Goombrat.tscn
2025-09-13 16:30:32 +01:00

17 lines
715 B
Plaintext

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