goodnight_jellybean/godot/assets/effects/dithering/CanvasLayer.tscn

18 lines
471 B
Plaintext
Raw Normal View History

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-19 11:24:25 -07:00
shader_param/param = 13.0
shader_param/scale = 2.0
shader_param/grid = 4
2022-12-18 18:26:43 -07:00
shader_param/anim_period = 1.65
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