did a lot of stuff holy shit

This commit is contained in:
2024-01-26 13:18:15 +01:00
parent 3ce02c2147
commit 8d237ae1d4
110 changed files with 2282 additions and 351 deletions

View File

@@ -2,7 +2,7 @@
[ext_resource type="Script" path="res://scripts/menus/pause_menu.gd" id="1_e70hy"]
[sub_resource type="Shader" id="Shader_1tfvw"]
[sub_resource type="Shader" id="Shader_y0jqs"]
code = "shader_type canvas_item;
uniform float blur_amount : hint_range(0, 5);
@@ -13,7 +13,7 @@ void fragment() {
}"
[sub_resource type="ShaderMaterial" id="ShaderMaterial_bxx1r"]
shader = SubResource("Shader_1tfvw")
shader = SubResource("Shader_y0jqs")
shader_parameter/blur_amount = 2.0
[node name="PauseMenu" type="CanvasLayer"]