mirror of
https://github.com/marinho/godot-visual-effects.git
synced 2024-12-23 06:57:29 +08:00
15 lines
423 B
Plaintext
15 lines
423 B
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://dv3o1u4hc11vn"]
|
|
|
|
[ext_resource type="Shader" path="res://camera-effects/sepia.gdshader" id="1_5124a"]
|
|
|
|
[sub_resource type="ShaderMaterial" id="ShaderMaterial_qria4"]
|
|
shader = ExtResource("1_5124a")
|
|
|
|
[node name="Sepia" type="ColorRect"]
|
|
material = SubResource("ShaderMaterial_qria4")
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|