forked from funnymemellama/funnymemellama
updated devworld and broke lighting
This commit is contained in:
parent
189d0a1185
commit
f336a74ebe
3 changed files with 15 additions and 18 deletions
2
assets
2
assets
|
@ -1 +1 @@
|
||||||
Subproject commit 866e219720a059e47ded961c935c06dc1f595b0d
|
Subproject commit 3b19b335d31aad5ee3690adce5546c0c83adfaae
|
File diff suppressed because one or more lines are too long
13
world.tscn
13
world.tscn
|
@ -33,14 +33,6 @@ script = ExtResource("7_2k2sn")
|
||||||
[node name="Player" parent="." instance=ExtResource("2_jba6q")]
|
[node name="Player" parent="." instance=ExtResource("2_jba6q")]
|
||||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 3.05176e-07, 0)
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 3.05176e-07, 0)
|
||||||
|
|
||||||
[node name="OmniLight3D" type="OmniLight3D" parent="."]
|
|
||||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 18.9032, 0)
|
|
||||||
light_color = Color(1, 0.862745, 0.721569, 1)
|
|
||||||
light_energy = 16.0
|
|
||||||
light_size = 400.0
|
|
||||||
shadow_enabled = true
|
|
||||||
omni_range = 181.439
|
|
||||||
|
|
||||||
[node name="KeyOverlay" type="Label" parent="."]
|
[node name="KeyOverlay" type="Label" parent="."]
|
||||||
offset_left = 21.0
|
offset_left = 21.0
|
||||||
offset_top = 2.0
|
offset_top = 2.0
|
||||||
|
@ -87,3 +79,8 @@ spot_angle = 26.8834
|
||||||
[node name="Mapentities" type="MeshInstance3D" parent="."]
|
[node name="Mapentities" type="MeshInstance3D" parent="."]
|
||||||
transform = Transform3D(0.039, 0, 0, 0, -1.70474e-09, 0.039, 0, -0.039, -1.70474e-09, -81.76, 1.3175, -16.7075)
|
transform = Transform3D(0.039, 0, 0, 0, -1.70474e-09, 0.039, 0, -0.039, -1.70474e-09, -81.76, 1.3175, -16.7075)
|
||||||
mesh = ExtResource("7_oeef4")
|
mesh = ExtResource("7_oeef4")
|
||||||
|
|
||||||
|
[node name="DirectionalLight3D" type="DirectionalLight3D" parent="."]
|
||||||
|
transform = Transform3D(0.707107, 0.5, -0.5, 0, 0.707107, 0.707107, 0.707107, -0.5, 0.5, 0, 18.8725, 0)
|
||||||
|
light_volumetric_fog_energy = 7.013
|
||||||
|
shadow_enabled = true
|
||||||
|
|
Loading…
Reference in a new issue