- [gd_resource type="SpatialMaterial" load_steps=4 format=2]
- [ext_resource path="res://entities/player/Playersphere_color_green.png" type="Texture" id=1]
- [ext_resource path="res://entities/player/Playersphere_normal.png" type="Texture" id=2]
- [ext_resource path="res://entities/player/Playersphere_color.png" type="Texture" id=3]
- [resource]
- albedo_texture = ExtResource( 1 )
- roughness = 0.6
- roughness_texture = ExtResource( 3 )
- roughness_texture_channel = 4
- normal_enabled = true
- normal_scale = 1.0
- normal_texture = ExtResource( 2 )
|