From d8f370fe94b8d53a55f2303dafaf5c04e7da1179 Mon Sep 17 00:00:00 2001 From: pennyrigate Date: Sun, 26 Feb 2023 22:06:11 -0500 Subject: [PATCH] removed options instance because of bug where the tilemap would not be invisible --- objects/hud/pause_screen.tscn | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/objects/hud/pause_screen.tscn b/objects/hud/pause_screen.tscn index ddc204e..816e65a 100644 --- a/objects/hud/pause_screen.tscn +++ b/objects/hud/pause_screen.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=8 format=2] +[gd_scene load_steps=7 format=2] [ext_resource path="res://tilesets/t_gui.tres" type="TileSet" id=1] [ext_resource path="res://ui/theme.tres" type="Theme" id=2] @@ -6,7 +6,6 @@ [ext_resource path="res://objects/hud/pause_screen.gd" type="Script" id=4] [ext_resource path="res://ui/2ndpuberty_no_dropshadow.tres" type="Theme" id=5] [ext_resource path="res://ui/2ndpuberty_outline.tres" type="Material" id=6] -[ext_resource path="res://objects/hud/options_screen.tscn" type="PackedScene" id=7] [node name="PauseScreen" type="CanvasLayer"] pause_mode = 2 @@ -90,11 +89,6 @@ margin_bottom = 41.0 focus_neighbour_top = NodePath("../Settings") texture_focused = ExtResource( 3 ) -[node name="StaticBody2D" type="StaticBody2D" parent="."] - -[node name="OptionsScreen" parent="." instance=ExtResource( 7 )] -visible = false - [connection signal="pressed" from="Body/Resume" to="." method="_on_Resume_pressed"] [connection signal="pressed" from="Body/Restart" to="." method="_on_Restart_pressed"] [connection signal="pressed" from="Body/ExitLevel" to="." method="_on_ExitLevel_pressed"]