From 3a9b6ac729a925de882c0cb24518ed2ce64c65a3 Mon Sep 17 00:00:00 2001 From: Relintai Date: Thu, 6 Apr 2023 22:43:18 +0200 Subject: [PATCH] Make sure everything works in the mobile folder. --- mobile/multitouch_cubes/CubeScene.tscn | 2 +- mobile/multitouch_cubes/Main.tscn | 4 ---- mobile/multitouch_cubes/project.pandemonium | 1 - mobile/multitouch_view/project.pandemonium | 1 - mobile/sensors/project.pandemonium | 1 - viewport/dynamic_split_screen/split_screen.tscn | 2 +- 6 files changed, 2 insertions(+), 9 deletions(-) diff --git a/mobile/multitouch_cubes/CubeScene.tscn b/mobile/multitouch_cubes/CubeScene.tscn index be4fe40..7f1fee7 100644 --- a/mobile/multitouch_cubes/CubeScene.tscn +++ b/mobile/multitouch_cubes/CubeScene.tscn @@ -25,5 +25,5 @@ transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 5 ) fov = 60.0 near = 0.1 -[node name="WorldEnvironment" type="WorldEnvironment" parent="."] +[node name="WorldEnvironment" type="WorldEnvironment3D" parent="."] environment = ExtResource( 1 ) diff --git a/mobile/multitouch_cubes/Main.tscn b/mobile/multitouch_cubes/Main.tscn index 9f1b448..0c6afbf 100644 --- a/mobile/multitouch_cubes/Main.tscn +++ b/mobile/multitouch_cubes/Main.tscn @@ -32,7 +32,6 @@ two_fingers_zoom = false [node name="Viewport" type="Viewport" parent="HBoxContainer/ViewportContainer"] size = Vector2( 510, 298 ) -own_world = true transparent_bg = true handle_input_locally = false msaa = 2 @@ -66,7 +65,6 @@ two_fingers_zoom = false [node name="Viewport" type="Viewport" parent="HBoxContainer/ViewportContainer2"] size = Vector2( 510, 298 ) -own_world = true transparent_bg = true handle_input_locally = false msaa = 2 @@ -105,7 +103,6 @@ two_fingers_zoom = false [node name="Viewport" type="Viewport" parent="HBoxContainer2/ViewportContainer"] size = Vector2( 510, 298 ) -own_world = true transparent_bg = true handle_input_locally = false msaa = 2 @@ -137,7 +134,6 @@ target = NodePath("Viewport/Spatial/MeshInstance") [node name="Viewport" type="Viewport" parent="HBoxContainer2/ViewportContainer2"] size = Vector2( 510, 298 ) -own_world = true transparent_bg = true handle_input_locally = false msaa = 2 diff --git a/mobile/multitouch_cubes/project.pandemonium b/mobile/multitouch_cubes/project.pandemonium index c46c6a8..e6d8da1 100644 --- a/mobile/multitouch_cubes/project.pandemonium +++ b/mobile/multitouch_cubes/project.pandemonium @@ -25,7 +25,6 @@ pointing/emulate_touch_from_mouse=true [rendering] -quality/driver/driver_name="GLES2" quality/intended_usage/framebuffer_allocation=0 quality/intended_usage/framebuffer_allocation.mobile=0 vram_compression/import_etc=true diff --git a/mobile/multitouch_view/project.pandemonium b/mobile/multitouch_view/project.pandemonium index ef3bc01..98128d5 100644 --- a/mobile/multitouch_view/project.pandemonium +++ b/mobile/multitouch_view/project.pandemonium @@ -29,7 +29,6 @@ pointing/emulate_touch_from_mouse=true [rendering] -quality/driver/driver_name="GLES2" vram_compression/import_etc=true vram_compression/import_etc2=false environment/default_clear_color=Color( 0.113725, 0.133333, 0.196078, 1 ) diff --git a/mobile/sensors/project.pandemonium b/mobile/sensors/project.pandemonium index a23efca..9b923bd 100644 --- a/mobile/sensors/project.pandemonium +++ b/mobile/sensors/project.pandemonium @@ -26,7 +26,6 @@ singletons=[ ] [rendering] -quality/driver/driver_name="GLES2" vram_compression/import_etc=true vram_compression/import_etc2=false environment/default_environment="res://default_env.tres" diff --git a/viewport/dynamic_split_screen/split_screen.tscn b/viewport/dynamic_split_screen/split_screen.tscn index ded06b8..79e3b1a 100644 --- a/viewport/dynamic_split_screen/split_screen.tscn +++ b/viewport/dynamic_split_screen/split_screen.tscn @@ -166,7 +166,7 @@ albedo_color = Color( 0.791675, 0.946163, 0.317723, 1 ) [node name="World" type="Spatial"] -[node name="WorldEnvironment" type="WorldEnvironment" parent="."] +[node name="WorldEnvironment" type="WorldEnvironment3D" parent="."] environment = ExtResource( 1 ) [node name="DirectionalLight" type="DirectionalLight" parent="WorldEnvironment"]