Skip to content

Commit

Permalink
Changed forgotten TextureRect to a ColorRect
Browse files Browse the repository at this point in the history
  • Loading branch information
RedstoneMedia committed Jun 28, 2022
1 parent 4c41424 commit d380483
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions game/app/pause_menu/pause_menu.tscn
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
[gd_scene load_steps=8 format=2]
[gd_scene load_steps=7 format=2]

[ext_resource path="res://shared/fonts/roboto/roboto_regular.ttf" type="DynamicFontData" id=1]
[ext_resource path="res://app/shader/blur.shader" type="Shader" id=2]
[ext_resource path="res://app/images/alpha_pixel_1.png" type="Texture" id=3]
[ext_resource path="res://app/pause_menu/pause_menu.gd" type="Script" id=4]

[sub_resource type="DynamicFont" id=1]
Expand All @@ -28,15 +27,10 @@ __meta__ = {
"_edit_use_anchors_": false
}

[node name="BlurShader" type="TextureRect" parent="Control"]
[node name="BlurShader" type="ColorRect" parent="Control"]
material = SubResource( 3 )
anchor_right = 1.0
anchor_bottom = 1.0
texture = ExtResource( 3 )
expand = true
__meta__ = {
"_edit_use_anchors_": false
}

[node name="ColorRect" type="ColorRect" parent="Control"]
anchor_right = 1.0
Expand Down

0 comments on commit d380483

Please sign in to comment.