mirror of
https://github.com/tonytins/citylimits
synced 2025-12-19 22:24:42 -05:00
Directory reorganization
- Zones can now detect each other
This commit is contained in:
parent
1f038ea53c
commit
abf160838c
621 changed files with 4148 additions and 5902 deletions
14
assets/Assets_Material.tres
Normal file
14
assets/Assets_Material.tres
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
[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 )
|
||||
Loading…
Add table
Add a link
Reference in a new issue