working on command blocks
This commit is contained in:
parent
685d9642dc
commit
8cceafb10c
10 changed files with 112 additions and 26 deletions
12
Assets/Materials/baseCommand.tres
Normal file
12
Assets/Materials/baseCommand.tres
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
[gd_resource type="StandardMaterial3D" load_steps=2 format=3 uid="uid://2i80f5wutvco"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://contqwyu7r114" path="res://icon.svg" id="1_ecwuj"]
|
||||
|
||||
[resource]
|
||||
albedo_texture = ExtResource("1_ecwuj")
|
||||
emission = Color(1, 1, 1, 1)
|
||||
subsurf_scatter_strength = 1.0
|
||||
uv1_scale = Vector3(3, 2, 1)
|
||||
uv1_triplanar_sharpness = 0.0583145
|
||||
uv2_triplanar_sharpness = 0.170755
|
||||
texture_filter = 0
|
||||
Loading…
Add table
Add a link
Reference in a new issue