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:
15
Scenes/Prefabs/Entities/Items/OneUp.tscn
Normal file
15
Scenes/Prefabs/Entities/Items/OneUp.tscn
Normal file
@@ -0,0 +1,15 @@
|
||||
[gd_scene load_steps=4 format=3 uid="uid://cpk6idjoxjotv"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://beq7b3hp44onn" path="res://Scenes/Prefabs/Entities/Items/SuperMushroom.tscn" id="1_g2ftd"]
|
||||
[ext_resource type="Script" uid="uid://5octqlf4ohel" path="res://Scripts/Classes/Components/ScoreNoteSpawner.gd" id="2_w8r6w"]
|
||||
[ext_resource type="JSON" path="res://Assets/Sprites/Items/OneUp.json" id="3_iusab"]
|
||||
|
||||
[node name="OneUp" instance=ExtResource("1_g2ftd")]
|
||||
metadata/is_oneup = true
|
||||
|
||||
[node name="ResourceSetterNew" parent="Mushroom" index="0"]
|
||||
resource_json = ExtResource("3_iusab")
|
||||
|
||||
[node name="ScoreNoteSpawner" type="Node" parent="." index="4"]
|
||||
script = ExtResource("2_w8r6w")
|
||||
metadata/_custom_type_script = "uid://5octqlf4ohel"
|
Reference in New Issue
Block a user