Skip to content

Commit

Permalink
Fix camera in MegaLawrence Fight (#655)
Browse files Browse the repository at this point in the history
  • Loading branch information
captaincolonelfox authored Jan 29, 2023
1 parent 9431244 commit df9e275
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion scenes/levels/Stardepths/mega_arena.tscn
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[gd_scene load_steps=9 format=2]
[gd_scene load_steps=10 format=2]

[ext_resource path="res://scripts/resources/stardepths_tileset.tres" type="TileSet" id=1]
[ext_resource path="res://scenes/bosses/MegaBoss.tscn" type="PackedScene" id=2]
Expand All @@ -8,6 +8,7 @@
[ext_resource path="res://scenes/bosses/MegaBossCut.tscn" type="PackedScene" id=6]
[ext_resource path="res://scenes/EndPortal.tscn" type="PackedScene" id=7]
[ext_resource path="res://scripts/objects/PortalManager.gd" type="Script" id=8]
[ext_resource path="res://scenes/objects/CameraLimits.tscn" type="PackedScene" id=9]

[node name="TileMap" type="TileMap"]
tile_set = ExtResource( 1 )
Expand Down Expand Up @@ -92,6 +93,8 @@ script = ExtResource( 8 )
visible = false
position = Vector2( 512, 160 )

[node name="CameraLimits" parent="." instance=ExtResource( 9 )]

[connection signal="display_warning" from="BossNode2D/MegaBoss" to="Warnings/Warning" method="_on_display_warning"]
[connection signal="display_warning" from="BossNode2D/MegaBoss" to="Warnings/Warning2" method="_on_display_warning"]
[connection signal="display_warning" from="BossNode2D/MegaBoss" to="Warnings/Warning3" method="_on_display_warning"]
Expand Down

2 comments on commit df9e275

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.