Screens are nice now

This commit is contained in:
Victor Turgeon
2022-10-12 13:59:09 -04:00
parent f02268b101
commit 47130ef195
10 changed files with 143 additions and 5 deletions

14
Materials/Glasse_Mat.tres Normal file
View File

@@ -0,0 +1,14 @@
[gd_resource type="SpatialMaterial" load_steps=2 format=2]
[ext_resource path="res://Textures/WeirdGlass_normalMap.jpeg" type="Texture" id=1]
[resource]
flags_transparent = true
params_diffuse_mode = 4
params_specular_mode = 3
albedo_color = Color( 0.392157, 0.980392, 0.996078, 0.0980392 )
metallic = 0.31
roughness = 0.0
normal_enabled = true
normal_scale = 0.05
normal_texture = ExtResource( 1 )