mirror of
https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public.git
synced 2025-10-22 07:28:14 +00:00
added the game
This commit is contained in:
18
Scenes/Parts/WarpPipeArea.tscn
Normal file
18
Scenes/Parts/WarpPipeArea.tscn
Normal file
@@ -0,0 +1,18 @@
|
||||
[gd_scene load_steps=3 format=3 uid="uid://bhmlkk0b6od2o"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://dkgu57is78lro" path="res://Scenes/Parts/PipeArea.tscn" id="1_38i6l"]
|
||||
[ext_resource type="Script" uid="uid://donxumox54nfo" path="res://Scripts/Parts/WarpPipeArea.gd" id="2_6mf6l"]
|
||||
|
||||
[node name="WarpPipeArea" instance=ExtResource("1_38i6l")]
|
||||
script = ExtResource("2_6mf6l")
|
||||
world_num = 1
|
||||
level_num = 1
|
||||
pipe_id = -1
|
||||
target_level = "uid://ckpuxdilk5u0"
|
||||
|
||||
[node name="Visual" parent="." index="0"]
|
||||
debug_color = Color(1, 0.6, 0, 0.419608)
|
||||
|
||||
[node name="Label" parent="Node2D/CenterContainer" index="0"]
|
||||
text = "1-1"
|
||||
horizontal_alignment = 1
|
Reference in New Issue
Block a user