Clean up files
This commit is contained in:
@ -1,8 +1,7 @@
|
||||
[gd_scene load_steps=9 format=2]
|
||||
[gd_scene load_steps=8 format=2]
|
||||
|
||||
[ext_resource path="res://Tetrominos/Mino/MinoMesh.tscn" type="PackedScene" id=1]
|
||||
[ext_resource path="res://Tetrominos/Mino/MinoMesh.tres" type="CubeMesh" id=2]
|
||||
[ext_resource path="res://Tetrominos/Mino/SpotLight.tscn" type="PackedScene" id=3]
|
||||
|
||||
[sub_resource type="SpatialMaterial" id=1]
|
||||
|
||||
@ -202,10 +201,27 @@ draw_passes = 1
|
||||
draw_pass_1 = SubResource( 5 )
|
||||
_sections_unfolded = [ "Draw Passes", "Drawing", "Geometry", "LOD", "Process Material", "Time", "Transform" ]
|
||||
|
||||
[node name="SpotLight" parent="." index="2" instance=ExtResource( 3 )]
|
||||
[node name="SpotLight" type="SpotLight" parent="." index="2"]
|
||||
|
||||
transform = Transform( 1, 0, 0, 0, -4.37114e-008, 1, 0, -1, -4.37114e-008, 0, 0, 1 )
|
||||
layers = 1
|
||||
light_color = Color( 1, 1, 1, 1 )
|
||||
light_energy = 4.0
|
||||
light_indirect_energy = 1.0
|
||||
light_negative = false
|
||||
light_specular = 0.5
|
||||
light_bake_mode = 1
|
||||
light_cull_mask = -1
|
||||
shadow_enabled = false
|
||||
shadow_color = Color( 0, 0, 0, 1 )
|
||||
shadow_bias = 0.15
|
||||
shadow_contact = 0.0
|
||||
shadow_reverse_cull_face = false
|
||||
editor_only = false
|
||||
spot_range = 20.0
|
||||
spot_attenuation = 0.5
|
||||
spot_angle = 5.0
|
||||
spot_angle_attenuation = 2.0
|
||||
_sections_unfolded = [ "Light", "Spot", "Transform" ]
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user