1
Fork 0
mirror of https://github.com/Steffo99/pineapple-surf.git synced 2024-11-22 07:44:20 +00:00

Fix crop material using the wrong texture

This commit is contained in:
Steffo 2023-01-08 00:36:58 +01:00
parent 3d4f832992
commit edf9509a82
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -1,12 +1,12 @@
[gd_resource type="StandardMaterial3D" load_steps=2 format=3 uid="uid://w0ipvdnh4l8s"] [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]
resource_name = "material1" resource_name = "material1"
transparency = 2 transparency = 2
alpha_scissor_threshold = 0.5 alpha_scissor_threshold = 0.5
alpha_antialiasing_mode = 0 alpha_antialiasing_mode = 0
albedo_texture = ExtResource("1_2p6y5") albedo_texture = ExtResource("1_gc4um")
texture_filter = 0 texture_filter = 0
texture_repeat = false texture_repeat = false