13 lines
434 B
Text
13 lines
434 B
Text
[gd_resource type="SpatialMaterial" load_steps=3 format=2]
|
|
|
|
[ext_resource path="res://assets/environment/roomFloorDiffuse.png" type="Texture" id=1]
|
|
[ext_resource path="res://assets/environment/roomFloorBump.png" type="Texture" id=2]
|
|
|
|
[resource]
|
|
resource_name = "roomWallMat"
|
|
vertex_color_use_as_albedo = true
|
|
albedo_texture = ExtResource( 1 )
|
|
roughness = 0.8
|
|
normal_enabled = true
|
|
normal_scale = 0.1
|
|
normal_texture = ExtResource( 2 )
|