Make sure everything works in the mobile folder.

This commit is contained in:
Relintai 2023-04-06 22:43:18 +02:00
parent c766b57d5b
commit 3a9b6ac729
6 changed files with 2 additions and 9 deletions

View File

@ -25,5 +25,5 @@ transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 5 )
fov = 60.0 fov = 60.0
near = 0.1 near = 0.1
[node name="WorldEnvironment" type="WorldEnvironment" parent="."] [node name="WorldEnvironment" type="WorldEnvironment3D" parent="."]
environment = ExtResource( 1 ) environment = ExtResource( 1 )

View File

@ -32,7 +32,6 @@ two_fingers_zoom = false
[node name="Viewport" type="Viewport" parent="HBoxContainer/ViewportContainer"] [node name="Viewport" type="Viewport" parent="HBoxContainer/ViewportContainer"]
size = Vector2( 510, 298 ) size = Vector2( 510, 298 )
own_world = true
transparent_bg = true transparent_bg = true
handle_input_locally = false handle_input_locally = false
msaa = 2 msaa = 2
@ -66,7 +65,6 @@ two_fingers_zoom = false
[node name="Viewport" type="Viewport" parent="HBoxContainer/ViewportContainer2"] [node name="Viewport" type="Viewport" parent="HBoxContainer/ViewportContainer2"]
size = Vector2( 510, 298 ) size = Vector2( 510, 298 )
own_world = true
transparent_bg = true transparent_bg = true
handle_input_locally = false handle_input_locally = false
msaa = 2 msaa = 2
@ -105,7 +103,6 @@ two_fingers_zoom = false
[node name="Viewport" type="Viewport" parent="HBoxContainer2/ViewportContainer"] [node name="Viewport" type="Viewport" parent="HBoxContainer2/ViewportContainer"]
size = Vector2( 510, 298 ) size = Vector2( 510, 298 )
own_world = true
transparent_bg = true transparent_bg = true
handle_input_locally = false handle_input_locally = false
msaa = 2 msaa = 2
@ -137,7 +134,6 @@ target = NodePath("Viewport/Spatial/MeshInstance")
[node name="Viewport" type="Viewport" parent="HBoxContainer2/ViewportContainer2"] [node name="Viewport" type="Viewport" parent="HBoxContainer2/ViewportContainer2"]
size = Vector2( 510, 298 ) size = Vector2( 510, 298 )
own_world = true
transparent_bg = true transparent_bg = true
handle_input_locally = false handle_input_locally = false
msaa = 2 msaa = 2

View File

@ -25,7 +25,6 @@ pointing/emulate_touch_from_mouse=true
[rendering] [rendering]
quality/driver/driver_name="GLES2"
quality/intended_usage/framebuffer_allocation=0 quality/intended_usage/framebuffer_allocation=0
quality/intended_usage/framebuffer_allocation.mobile=0 quality/intended_usage/framebuffer_allocation.mobile=0
vram_compression/import_etc=true vram_compression/import_etc=true

View File

@ -29,7 +29,6 @@ pointing/emulate_touch_from_mouse=true
[rendering] [rendering]
quality/driver/driver_name="GLES2"
vram_compression/import_etc=true vram_compression/import_etc=true
vram_compression/import_etc2=false vram_compression/import_etc2=false
environment/default_clear_color=Color( 0.113725, 0.133333, 0.196078, 1 ) environment/default_clear_color=Color( 0.113725, 0.133333, 0.196078, 1 )

View File

@ -26,7 +26,6 @@ singletons=[ ]
[rendering] [rendering]
quality/driver/driver_name="GLES2"
vram_compression/import_etc=true vram_compression/import_etc=true
vram_compression/import_etc2=false vram_compression/import_etc2=false
environment/default_environment="res://default_env.tres" environment/default_environment="res://default_env.tres"

View File

@ -166,7 +166,7 @@ albedo_color = Color( 0.791675, 0.946163, 0.317723, 1 )
[node name="World" type="Spatial"] [node name="World" type="Spatial"]
[node name="WorldEnvironment" type="WorldEnvironment" parent="."] [node name="WorldEnvironment" type="WorldEnvironment3D" parent="."]
environment = ExtResource( 1 ) environment = ExtResource( 1 )
[node name="DirectionalLight" type="DirectionalLight" parent="WorldEnvironment"] [node name="DirectionalLight" type="DirectionalLight" parent="WorldEnvironment"]