Fixed SMBS coin heavens, wrong warping you to SMB1, HOPEFULLY fixed some weird coin heaven deaths, and also added zip checking to the rom verifier, so that bad sprite rips dont happen (HOPEFULLY)

This commit is contained in:
JHDev2006
2025-09-16 10:41:31 +01:00
parent e39bfa4cd5
commit e438354bf8
15 changed files with 1789 additions and 1756 deletions

View File

@@ -22,6 +22,7 @@ texture = ExtResource("3_8rftf")
[node name="PlayerDetection" type="Area2D" parent="."]
visible = false
priority = 1
script = ExtResource("4_wggyr")
metadata/_custom_type_script = "uid://cnheej0sxmoxg"

View File

@@ -10,4 +10,8 @@ entity_scene = null
[node name="Sprite" parent="LevelEditorVisibleNode" index="0"]
texture = ExtResource("2_bd4qu")
[node name="PlayerDetection" parent="." index="1"]
visible = true
priority = 1
[connection signal="player_entered" from="PlayerDetection" to="." method="deactivate_all_generators" unbinds=1]