Remove dummy mesh instance
This commit is contained in:
parent
b2fc789734
commit
0758e24be5
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue