This commit is contained in:
adrienmalin
2019-01-08 11:33:30 +01:00
parent d0f9e894ee
commit 0194bbdc0d
3 changed files with 5 additions and 6 deletions

View File

@ -25,7 +25,7 @@ params_grow = false
params_use_alpha_scissor = false
albedo_color = Color( 0.601563, 0.775878, 1, 0.486471 )
metallic = 1.0
metallic_specular = 1.0
metallic_specular = 0.63
metallic_texture_channel = 4
roughness = 0.46
roughness_texture_channel = 0

View File

@ -3,8 +3,7 @@
[ext_resource path="res://Tetrominos/TetroT.gd" type="Script" id=1]
[ext_resource path="res://Tetrominos/Mino/Mino.tscn" type="PackedScene" id=2]
[node name="TetroT" type="Spatial" index="0"]
[node name="TetroT" type="Spatial"]
script = ExtResource( 1 )