From edf9509a82e5af1ebc71e5b86ee9f50eb2b3303c Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Sun, 8 Jan 2023 00:36:58 +0100 Subject: [PATCH] Fix crop material using the wrong texture --- island/CropMaterial.tres | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/island/CropMaterial.tres b/island/CropMaterial.tres index be3b2c6..799082f 100644 --- a/island/CropMaterial.tres +++ b/island/CropMaterial.tres @@ -1,12 +1,12 @@ [gd_resource type="StandardMaterial3D" load_steps=2 format=3 uid="uid://w0ipvdnh4l8s"] -[ext_resource type="Texture2D" uid="uid://bwbbfj7eom0vf" path="res://assets/island_model/texture_1.png" id="1_2p6y5"] +[ext_resource type="Texture2D" uid="uid://ebyf8q6s6yuj" path="res://assets/island_model/texture_0.png" id="1_gc4um"] [resource] resource_name = "material1" transparency = 2 alpha_scissor_threshold = 0.5 alpha_antialiasing_mode = 0 -albedo_texture = ExtResource("1_2p6y5") +albedo_texture = ExtResource("1_gc4um") texture_filter = 0 texture_repeat = false