MaterialPlayerGreen.tres 532 B

123456789101112131415
  1. [gd_resource type="SpatialMaterial" load_steps=4 format=2]
  2. [ext_resource path="res://entities/player/Playersphere_color_green.png" type="Texture" id=1]
  3. [ext_resource path="res://entities/player/Playersphere_normal.png" type="Texture" id=2]
  4. [ext_resource path="res://entities/player/Playersphere_color.png" type="Texture" id=3]
  5. [resource]
  6. albedo_texture = ExtResource( 1 )
  7. roughness = 0.6
  8. roughness_texture = ExtResource( 3 )
  9. roughness_texture_channel = 4
  10. normal_enabled = true
  11. normal_scale = 1.0
  12. normal_texture = ExtResource( 2 )