diff options
| author | J08nY | 2017-04-24 02:23:37 +0200 |
|---|---|---|
| committer | J08nY | 2017-04-24 02:23:37 +0200 |
| commit | 8f1613ca0fab95fe837d9278e7829f70fb7bc934 (patch) | |
| tree | 572ebdce96d1e1734d5175d646fe2248d483cff2 /gray_mat.tres | |
| parent | cfe4ce0fb4705a6c231528d60e4833c4dc2ec68f (diff) | |
| download | ld38-8f1613ca0fab95fe837d9278e7829f70fb7bc934.tar.gz ld38-8f1613ca0fab95fe837d9278e7829f70fb7bc934.tar.zst ld38-8f1613ca0fab95fe837d9278e7829f70fb7bc934.zip | |
Diffstat (limited to 'gray_mat.tres')
| -rw-r--r-- | gray_mat.tres | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/gray_mat.tres b/gray_mat.tres index 88420a6..2800293 100644 --- a/gray_mat.tres +++ b/gray_mat.tres @@ -1,6 +1,4 @@ -[gd_resource type="SpatialMaterial" load_steps=2 format=2] - -[ext_resource path="res://assets/gray_tex.png" type="Texture" id=1] +[gd_resource type="SpatialMaterial" format=2] [resource] @@ -19,8 +17,7 @@ params_depth_draw_mode = 0 params_line_width = 1.0 params_point_size = 1.0 params_billboard_mode = 0 -albedo_color = Color( 0.507812, 0.474091, 0.474091, 1 ) -albedo_texture = ExtResource( 1 ) +albedo_color = Color( 0.519531, 0.485031, 0.485031, 1 ) specular_mode = 0 specular_color = Color( 0.0736863, 0, 0.0736863, 1 ) specular_metalness = 0.1 |
