2022-12-17 16:06:51 -07:00
|
|
|
[gd_scene load_steps=3 format=2]
|
|
|
|
|
|
|
|
[ext_resource path="res://assets/effects/dithering/screen_space_shader.tres" type="Shader" id=1]
|
|
|
|
|
|
|
|
[sub_resource type="ShaderMaterial" id=1]
|
|
|
|
shader = ExtResource( 1 )
|
2022-12-18 18:08:25 -07:00
|
|
|
shader_param/param = 12.0
|
|
|
|
shader_param/anim_period = 1.0
|
2022-12-17 16:06:51 -07:00
|
|
|
|
|
|
|
[node name="CanvasLayer" type="CanvasLayer"]
|
|
|
|
|
2022-12-18 18:08:25 -07:00
|
|
|
[node name="ColorRect" type="ColorRect" parent="."]
|
2022-12-17 16:06:51 -07:00
|
|
|
material = SubResource( 1 )
|
2022-12-18 18:08:25 -07:00
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 1.0
|