mirror of
https://github.com/drwhut/tabletop-club.git
synced 2025-05-05 15:32:56 +00:00
Added a directional light to the room.
This commit is contained in:
parent
7bf5175736
commit
35c2a4b08c
@ -22,6 +22,11 @@ material/0 = null
|
||||
[node name="CollisionShape" type="CollisionShape" parent="Table/StaticBody"]
|
||||
shape = SubResource( 2 )
|
||||
|
||||
[node name="DirectionalLight" type="DirectionalLight" parent="."]
|
||||
transform = Transform( 1, 0, 0, 0, -1.62921e-07, 1, 0, -1, -1.62921e-07, 0, 30, 0 )
|
||||
light_energy = 0.5
|
||||
shadow_enabled = true
|
||||
|
||||
[node name="CameraController" parent="." instance=ExtResource( 1 )]
|
||||
transform = Transform( 1, 0, 0, 0, 0.707107, 0.707107, 0, -0.707107, 0.707107, 0, 0, 0 )
|
||||
|
||||
|
@ -5,3 +5,4 @@
|
||||
[resource]
|
||||
background_mode = 2
|
||||
background_sky = SubResource( 1 )
|
||||
ambient_light_color = Color( 1, 1, 1, 1 )
|
||||
|
Loading…
x
Reference in New Issue
Block a user