blob: be9383ec0637eb62f4830136ce3afcc7786cd0d9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
[gd_resource type="SpatialMaterial" load_steps=4 format=2]
[ext_resource path="res://maps/main_stage/assets/staircase_1/staircase_roughness.png" type="Texture" id=1]
[ext_resource path="res://maps/main_stage/assets/staircase_1/staircase_albedo.png" type="Texture" id=2]
[ext_resource path="res://maps/main_stage/assets/staircase_1/staircase_normal.png" type="Texture" id=3]
[resource]
albedo_texture = ExtResource( 2 )
metallic = 1.0
roughness_texture = ExtResource( 1 )
normal_enabled = true
normal_scale = 1.0
normal_texture = ExtResource( 3 )
|