Skip to content

Commit

Permalink
Removing node from scene
Browse files Browse the repository at this point in the history
  • Loading branch information
klingbolt committed Dec 15, 2023
1 parent 6af7877 commit cc1e225
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Spatial.tscn
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
[gd_scene load_steps=19 format=2]
[gd_scene load_steps=18 format=2]

[ext_resource path="res://Spatial.gd" type="Script" id=1]
[ext_resource path="res://shaders/range_indicators.shader" type="Shader" id=2]
[ext_resource path="res://burrito.png" type="Texture" id=3]
[ext_resource path="res://Route2D.tscn" type="PackedScene" id=4]
[ext_resource path="res://icon_close.png" type="Texture" id=5]
[ext_resource path="res://RangeDialog.gd" type="Script" id=6]
[ext_resource path="res://icon_new_icon.png" type="Texture" id=7]
Expand Down Expand Up @@ -76,8 +75,6 @@ material = SubResource( 2 )
scale = Vector2( 2, 2 )
script = ExtResource( 15 )

[node name="Line2D" parent="Control/MiniMap" instance=ExtResource( 4 )]

[node name="GlobalMenuButton" type="Control" parent="Control"]
margin_left = 323.0
margin_right = 349.0
Expand Down

0 comments on commit cc1e225

Please sign in to comment.