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:
20
Scenes/Prefabs/Entities/Objects/PDoor.tscn
Normal file
20
Scenes/Prefabs/Entities/Objects/PDoor.tscn
Normal file
@@ -0,0 +1,20 @@
|
||||
[gd_scene load_steps=4 format=3 uid="uid://bmsecpiv7yllv"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://u3t1k5j28yap" path="res://Scenes/Prefabs/Entities/Objects/Door.tscn" id="1_ovd7t"]
|
||||
[ext_resource type="JSON" path="res://Assets/Sprites/Tilesets/PDoors.json" id="2_fprkw"]
|
||||
[ext_resource type="Script" uid="uid://bul1nbd2in1gn" path="res://Scripts/Classes/Components/PSwitcher.gd" id="3_fprkw"]
|
||||
|
||||
[node name="Door" instance=ExtResource("1_ovd7t")]
|
||||
|
||||
[node name="Sprite" parent="." index="1"]
|
||||
animation = &"Idle"
|
||||
frame = 0
|
||||
frame_progress = 0.0
|
||||
|
||||
[node name="ResourceSetterNew" parent="Sprite" index="0"]
|
||||
resource_json = ExtResource("2_fprkw")
|
||||
|
||||
[node name="PSwitcher" type="Node" parent="." index="6"]
|
||||
script = ExtResource("3_fprkw")
|
||||
new_scene = "uid://c4wvocqpy0w66"
|
||||
metadata/_custom_type_script = "uid://bul1nbd2in1gn"
|
Reference in New Issue
Block a user