mirror of
https://github.com/Steffo99/hella-farm.git
synced 2024-11-21 23:54:23 +00:00
Filter textures with Nearest
This commit is contained in:
parent
303d4c25f3
commit
0a1f302c77
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
[gd_scene load_steps=4 format=3 uid="uid://b38wkla8e7rmo"]
|
||||
|
||||
[ext_resource type="Script" path="res://main.gd" id="1_jyg3q"]
|
||||
[ext_resource type="Material" path="res://postprocess.material" id="2_3o1ux"]
|
||||
[ext_resource type="Material" uid="uid://dpumcyplql08q" path="res://postprocess.material" id="2_3o1ux"]
|
||||
[ext_resource type="PackedScene" uid="uid://bkm7id1wdwywg" path="res://scenes/menu/safe_margin_container.tscn" id="2_ah6n8"]
|
||||
|
||||
[node name="Main" type="Node"]
|
||||
|
@ -11,6 +11,7 @@ starting_stage = 3
|
|||
[node name="PostprocessingCanvas" type="CanvasLayer" parent="."]
|
||||
|
||||
[node name="ColorRect" type="ColorRect" parent="PostprocessingCanvas"]
|
||||
texture_filter = 1
|
||||
material = ExtResource("2_3o1ux")
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
|
|
Loading…
Reference in a new issue