Directory reorganization

- Zones can now detect each other
This commit is contained in:
Tony Bark 2021-10-02 11:12:27 -04:00
parent 1f038ea53c
commit abf160838c
621 changed files with 4148 additions and 5902 deletions

View 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 )