Weird textures for level 1

This commit is contained in:
Victor Turgeon
2022-10-12 16:25:40 -04:00
parent 1ea80cd2ba
commit d12240b091
25 changed files with 1034 additions and 39 deletions

12
Materials/Grass_Mat.tres Normal file
View File

@@ -0,0 +1,12 @@
[gd_resource type="SpatialMaterial" load_steps=3 format=2]
[ext_resource path="res://Textures/Custom/Grass_Albedo.png" type="Texture" id=1]
[ext_resource path="res://Textures/Custom/Grass_Normal.png" type="Texture" id=2]
[resource]
albedo_texture = ExtResource( 1 )
normal_enabled = true
normal_scale = 2.11
normal_texture = ExtResource( 2 )
uv1_scale = Vector3( 0.25, 0.25, 0.25 )
uv1_triplanar = true