mirror of
https://github.com/marinho/godot-visual-effects.git
synced 2024-12-22 14:37:27 +08:00
18 lines
555 B
Plaintext
18 lines
555 B
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://sy04esp2kle1"]
|
|
|
|
[ext_resource type="Shader" path="res://camera-effects/chromatic-aberration.gdshader" id="1_qe316"]
|
|
|
|
[sub_resource type="ShaderMaterial" id="ShaderMaterial_bla75"]
|
|
shader = ExtResource("1_qe316")
|
|
shader_parameter/strength = 20.0
|
|
shader_parameter/focus_radius = 0.0
|
|
shader_parameter/focus_edge = 0.0
|
|
|
|
[node name="Chromatic Aberration" type="ColorRect"]
|
|
material = SubResource("ShaderMaterial_bla75")
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|