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:
10
Scenes/Prefabs/Entities/Objects/RedKoopaShell.tscn
Normal file
10
Scenes/Prefabs/Entities/Objects/RedKoopaShell.tscn
Normal file
@@ -0,0 +1,10 @@
|
||||
[gd_scene load_steps=3 format=3 uid="uid://dam4dqebjgk1n"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://bowadxqfmg636" path="res://Scenes/Prefabs/Entities/Objects/GreenKoopaShell.tscn" id="1_0kf1t"]
|
||||
[ext_resource type="JSON" path="res://Assets/Sprites/Enemies/RedKoopaShell.json" id="2_n6ryx"]
|
||||
|
||||
[node name="RedKoopaShell" instance=ExtResource("1_0kf1t")]
|
||||
colour = "Red"
|
||||
|
||||
[node name="ResourceSetterNew" parent="Sprite" index="0"]
|
||||
resource_json = ExtResource("2_n6ryx")
|
Reference in New Issue
Block a user