18 lines
471 B
Plaintext
18 lines
471 B
Plaintext
[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 )
|
|
shader_param/param = 13.0
|
|
shader_param/scale = 2.0
|
|
shader_param/grid = 4
|
|
shader_param/anim_period = 1.65
|
|
|
|
[node name="CanvasLayer" type="CanvasLayer"]
|
|
|
|
[node name="ColorRect" type="ColorRect" parent="."]
|
|
material = SubResource( 1 )
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|