mirror of
https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public.git
synced 2025-10-23 07:58:09 +00:00
added the game
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
[gd_scene load_steps=4 format=3 uid="uid://c6ym8t537v4ac"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://6rp3wgax4i51" path="res://Scenes/Prefabs/Entities/Objects/RopeElevatorPlatform.tscn" id="1_uccfj"]
|
||||
|
||||
[sub_resource type="RectangleShape2D" id="RectangleShape2D_iew1h"]
|
||||
size = Vector2(32, 10)
|
||||
|
||||
[sub_resource type="RectangleShape2D" id="RectangleShape2D_qvar1"]
|
||||
size = Vector2(32, 5)
|
||||
|
||||
[node name="SmallRopeElevatorPlatform" instance=ExtResource("1_uccfj")]
|
||||
|
||||
[node name="Sprite" parent="Platform" index="0"]
|
||||
offset_left = -16.0
|
||||
offset_right = 16.0
|
||||
|
||||
[node name="Shape" parent="Platform" index="1"]
|
||||
shape = SubResource("RectangleShape2D_iew1h")
|
||||
|
||||
[node name="Shape" parent="Platform/PlayerDetection" index="0"]
|
||||
shape = SubResource("RectangleShape2D_qvar1")
|
||||
|
||||
[node name="SecondQuestReplacer" parent="." index="2"]
|
||||
new_scene = ""
|
Reference in New Issue
Block a user