mirror of
https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public.git
synced 2025-10-22 23:48:11 +00:00
added the game
This commit is contained in:
32
Scenes/Prefabs/Entities/Enemies/LitBobOmb.tscn
Normal file
32
Scenes/Prefabs/Entities/Enemies/LitBobOmb.tscn
Normal file
@@ -0,0 +1,32 @@
|
||||
[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"]
|
Reference in New Issue
Block a user