mirror of
https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public.git
synced 2025-10-22 07:28:14 +00:00
14 lines
697 B
Plaintext
14 lines
697 B
Plaintext
[gd_scene load_steps=4 format=3 uid="uid://csl71p1unsc8p"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://bn1kect7h2dlp" path="res://Scenes/Prefabs/LevelObjects/BulletBillGenerator.tscn" id="1_3kjea"]
|
|
[ext_resource type="PackedScene" uid="uid://cwyxi1uihf35y" path="res://Scenes/Prefabs/Entities/Enemies/LeapingCheepCheep.tscn" id="2_kcmvv"]
|
|
[ext_resource type="Texture2D" uid="uid://7vndrgnnti11" path="res://Assets/Sprites/Editor/CheepCheepGenerator.png" id="3_y6j8r"]
|
|
|
|
[node name="EntityGenerator" instance=ExtResource("1_3kjea")]
|
|
threshold = 1.0
|
|
direction = 1
|
|
entity_scene = ExtResource("2_kcmvv")
|
|
|
|
[node name="Sprite" parent="LevelEditorVisibleNode" index="0"]
|
|
texture = ExtResource("3_y6j8r")
|