1
Fork 0
mirror of https://github.com/Steffo99/hella-farm.git synced 2024-11-22 08:04:23 +00:00
hella-farm/postprocessing/postprocessing_rect.tscn

16 lines
531 B
Text
Raw Normal View History

2024-04-15 19:24:38 +00:00
[gd_scene load_steps=3 format=3 uid="uid://dyodbq3yrbi87"]
[ext_resource type="Material" uid="uid://dpumcyplql08q" path="res://postprocessing/postprocess.material" id="1_sswlf"]
[ext_resource type="Script" path="res://postprocessing/postprocessing_rect.gd" id="2_om0qv"]
[node name="PostprocessingRect" type="ColorRect"]
texture_filter = 1
material = ExtResource("1_sswlf")
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
color = Color(0, 0, 0, 1)
script = ExtResource("2_om0qv")