mirror of
https://github.com/marinho/godot-visual-effects.git
synced 2024-12-22 14:37:27 +08:00
18 lines
565 B
Plaintext
18 lines
565 B
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://0f6ab8y0i26l"]
|
|
|
|
[ext_resource type="Shader" path="res://camera-effects/monocolor.gdshader" id="1_7iccl"]
|
|
|
|
[sub_resource type="ShaderMaterial" id="ShaderMaterial_d571q"]
|
|
shader = ExtResource("1_7iccl")
|
|
shader_parameter/colorDarkness = Color(0, 0, 0, 1)
|
|
shader_parameter/colorLight = Color(1, 1, 1, 1)
|
|
shader_parameter/colorDivider = 0.5
|
|
|
|
[node name="Monocolor" type="ColorRect"]
|
|
material = SubResource("ShaderMaterial_d571q")
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|