diff --git a/project/scenes/main.tscn b/project/scenes/main.tscn index 9405fd5..24e5572 100644 --- a/project/scenes/main.tscn +++ b/project/scenes/main.tscn @@ -1,9 +1,8 @@ -[gd_scene load_steps=6 format=3 uid="uid://boxi211q3kx6c"] +[gd_scene load_steps=5 format=3 uid="uid://boxi211q3kx6c"] [ext_resource type="Script" path="res://project/code/Mission.cs" id="1_xhqt7"] [ext_resource type="Script" path="res://project/code/camera.gd" id="2_w5otl"] [ext_resource type="PackedScene" uid="uid://cekg1xb5f0ux1" path="res://project/scenes/ui/mission_selector.tscn" id="3_hwfcj"] -[ext_resource type="Material" uid="uid://ck8h6dvojuegj" path="res://project/materials/base.tres" id="4_vxwmj"] [sub_resource type="Environment" id="Environment_oxkvl"] ambient_light_source = 2 @@ -27,6 +26,3 @@ environment = SubResource("Environment_oxkvl") [node name="MissionSelector" parent="UI" instance=ExtResource("3_hwfcj")] unique_name_in_owner = true - -[node name="MeshInstance3D" type="MeshInstance3D" parent="."] -material_overlay = ExtResource("4_vxwmj")