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

33 lines
1.2 KiB
Plaintext

[gd_scene load_steps=5 format=3 uid="uid://crdxibqdds04v"]
[ext_resource type="PackedScene" uid="uid://b07v70sioegsj" path="res://Scenes/Prefabs/Entities/Enemies/BobOmb.tscn" id="1_w8ebw"]
[ext_resource type="PackedScene" uid="uid://d075e1520ngrv" path="res://Scenes/Prefabs/Entities/Objects/BobOmbHeld.tscn" id="2_i60fb"]
[ext_resource type="JSON" path="res://Assets/Sprites/Enemies/LitBobOmb.json" id="3_j2qyw"]
[sub_resource type="PackedScene" id="PackedScene_j2qyw"]
_bundled = {
"base_scene": 0,
"conn_count": 0,
"conns": PackedInt32Array(),
"editable_instances": [],
"names": PackedStringArray("BobOmbHeld", "timer"),
"node_count": 1,
"node_paths": [],
"nodes": PackedInt32Array(-1, -1, 2147483647, 0, -1, 1, 1, 1, 0),
"variants": [ExtResource("2_i60fb"), 1.0],
"version": 3
}
[node name="LitBobOmb" instance=ExtResource("1_w8ebw")]
held_scene = SubResource("PackedScene_j2qyw")
[node name="ResourceSetterNew" parent="Sprite" index="0"]
resource_json = ExtResource("3_j2qyw")
[node name="Timer" type="Timer" parent="." index="12"]
wait_time = 3.0
one_shot = true
[connection signal="ready" from="." to="Timer" method="start"]
[connection signal="timeout" from="Timer" to="." method="summon_held"]