mirror of
https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public.git
synced 2025-10-22 07:28:14 +00:00
added missing infinite spoawning cheep cheeps to LL underwater levels
This commit is contained in:
12
Scenes/Prefabs/LevelObjects/CheepCheepSideGenerator.tscn
Normal file
12
Scenes/Prefabs/LevelObjects/CheepCheepSideGenerator.tscn
Normal file
@@ -0,0 +1,12 @@
|
||||
[gd_scene load_steps=4 format=3 uid="uid://d3ptkkqrbxti7"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://bn1kect7h2dlp" path="res://Scenes/Prefabs/LevelObjects/BulletBillGenerator.tscn" id="1_tqe64"]
|
||||
[ext_resource type="PackedScene" uid="uid://d04e1qv3si8j" path="res://Scenes/Prefabs/Entities/Enemies/RedCheepCheep.tscn" id="2_thtyo"]
|
||||
[ext_resource type="Texture2D" uid="uid://cd8q0nuveukv1" path="res://Assets/Sprites/Editor/CheepCheepSideGenerator.png" id="3_nd37u"]
|
||||
|
||||
[node name="EntityGenerator" instance=ExtResource("1_tqe64")]
|
||||
y_pos = 1
|
||||
entity_scene = ExtResource("2_thtyo")
|
||||
|
||||
[node name="Sprite" parent="LevelEditorVisibleNode" index="0"]
|
||||
texture = ExtResource("3_nd37u")
|
Reference in New Issue
Block a user