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:
11
Scenes/Parts/WarpZoneCameraLimit.tscn
Normal file
11
Scenes/Parts/WarpZoneCameraLimit.tscn
Normal file
@@ -0,0 +1,11 @@
|
||||
[gd_scene load_steps=2 format=3 uid="uid://b0peppjq7jrcp"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://cm3twgvpdyjbw" path="res://Scripts/Parts/WarpZoneCameraLimit.gd" id="1_0xtta"]
|
||||
|
||||
[node name="WarpZoneCameraLimit" type="Node2D"]
|
||||
process_mode = 4
|
||||
script = ExtResource("1_0xtta")
|
||||
|
||||
[node name="VisibleOnScreenEnabler2D" type="VisibleOnScreenEnabler2D" parent="."]
|
||||
|
||||
[connection signal="screen_entered" from="VisibleOnScreenEnabler2D" to="." method="enter_screen"]
|
Reference in New Issue
Block a user