mirror of
https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public.git
synced 2025-10-22 15:38:14 +00:00
added the game
This commit is contained in:
23
Scenes/Prefabs/Entities/Objects/SmallVerticalPlatform.tscn
Normal file
23
Scenes/Prefabs/Entities/Objects/SmallVerticalPlatform.tscn
Normal file
@@ -0,0 +1,23 @@
|
||||
[gd_scene load_steps=4 format=3 uid="uid://cjkmd2yf3f84v"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://c6x7gv2lqeu1x" path="res://Scenes/Prefabs/Entities/Objects/VerticalPlatform.tscn" id="1_wmghi"]
|
||||
[ext_resource type="Texture2D" uid="uid://bk0p52ttwojml" path="res://Assets/Sprites/Tilesets/Platform.png" id="2_kwmma"]
|
||||
|
||||
[sub_resource type="RectangleShape2D" id="RectangleShape2D_kwmma"]
|
||||
size = Vector2(32, 8)
|
||||
|
||||
[node name="SidewaysPlatform" instance=ExtResource("1_wmghi")]
|
||||
|
||||
[node name="Sprite" parent="AnimatableBody2D" index="0"]
|
||||
offset_left = -16.0
|
||||
offset_right = 16.0
|
||||
texture = ExtResource("2_kwmma")
|
||||
patch_margin_left = 8
|
||||
patch_margin_right = 8
|
||||
|
||||
[node name="Collision" parent="AnimatableBody2D" index="1"]
|
||||
visible = true
|
||||
shape = SubResource("RectangleShape2D_kwmma")
|
||||
|
||||
[node name="SecondQuestReplacer" parent="." index="3"]
|
||||
new_scene = ""
|
Reference in New Issue
Block a user