From 0633136cf92dd25cc8f95e2bc7f626c819605c7c Mon Sep 17 00:00:00 2001 From: vengefulcartographer <76922012+vengefulcartographer@users.noreply.github.com> Date: Sat, 19 Aug 2023 17:17:56 -0600 Subject: [PATCH] sand fix --- godot/Models/island.tscn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/godot/Models/island.tscn b/godot/Models/island.tscn index f84665f..2240c0a 100644 --- a/godot/Models/island.tscn +++ b/godot/Models/island.tscn @@ -1,8 +1,8 @@ [gd_scene load_steps=6 format=3 uid="uid://difi2tur2j4dg"] [ext_resource type="PackedScene" uid="uid://dfyt6kjw8yli" path="res://Models/island.glb" id="1_5vc8b"] -[ext_resource type="Material" uid="uid://yuhlhpwji3c4" path="res://Textures/sand.tres" id="2_bgydn"] [ext_resource type="Material" uid="uid://b88xmds4mx7rd" path="res://Textures/grass.tres" id="2_knbpa"] +[ext_resource type="Material" uid="uid://yuhlhpwji3c4" path="res://Textures/dirt.tres" id="2_tnpon"] [sub_resource type="BoxShape3D" id="BoxShape3D_1k3v7"] @@ -12,7 +12,7 @@ data = PackedVector3Array(-0.573, 1.014, 0.0277, -0.534, 1.041, 0.0706, -0.5395, [node name="island" instance=ExtResource("1_5vc8b")] [node name="Island" parent="." index="0"] -material_override = ExtResource("2_bgydn") +material_override = ExtResource("2_tnpon") [node name="StaticBody3D" type="StaticBody3D" parent="Island" index="0"]