diff options
Diffstat (limited to 'gray_mat.tres')
| -rw-r--r-- | gray_mat.tres | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/gray_mat.tres b/gray_mat.tres index fcdb8fd..88420a6 100644 --- a/gray_mat.tres +++ b/gray_mat.tres @@ -1,4 +1,6 @@ -[gd_resource type="SpatialMaterial" format=2] +[gd_resource type="SpatialMaterial" load_steps=2 format=2] + +[ext_resource path="res://assets/gray_tex.png" type="Texture" id=1] [resource] @@ -17,7 +19,8 @@ params_depth_draw_mode = 0 params_line_width = 1.0 params_point_size = 1.0 params_billboard_mode = 0 -albedo_color = Color( 0.196078, 0.196078, 0.196078, 1 ) +albedo_color = Color( 0.507812, 0.474091, 0.474091, 1 ) +albedo_texture = ExtResource( 1 ) specular_mode = 0 specular_color = Color( 0.0736863, 0, 0.0736863, 1 ) specular_metalness = 0.1 |
