mirror of
https://github.com/tonytins/citylimits.git
synced 2025-03-15 20:31:22 +00:00
15 lines
421 B
Text
15 lines
421 B
Text
|
[gd_resource type="SpatialMaterial" load_steps=3 format=2]
|
||
|
|
||
|
[ext_resource path="res://assets/Items_EM.png" type="Texture" id=1]
|
||
|
[ext_resource path="res://assets/Items_Albedo.png" type="Texture" id=2]
|
||
|
|
||
|
[resource]
|
||
|
albedo_texture = ExtResource( 2 )
|
||
|
roughness = 0.8
|
||
|
emission_enabled = true
|
||
|
emission = Color( 0, 0, 0, 1 )
|
||
|
emission_energy = 1.5
|
||
|
emission_operator = 0
|
||
|
emission_on_uv2 = false
|
||
|
emission_texture = ExtResource( 1 )
|