Remove useless node

This commit is contained in:
VAILLANT Jeremy
2021-05-13 15:57:00 +02:00
parent 82c40172e0
commit 0d453a0d1e
+1 -10
View File
@@ -1,6 +1,4 @@
[gd_scene load_steps=3 format=2] [gd_scene load_steps=2 format=2]
[ext_resource path="res://addons/godot_db_manager/tables_list.gd" type="Script" id=1]
[sub_resource type="GDScript" id=1] [sub_resource type="GDScript" id=1]
script/source = "extends Node script/source = "extends Node
@@ -41,13 +39,6 @@ margin_right = 61.0
margin_bottom = 14.0 margin_bottom = 14.0
text = "langue :" text = "langue :"
[node name="GDDBTablesList" type="Control" parent="CenterContainer/VBoxContainer/Langue"]
margin_left = 36.0
margin_top = 7.0
margin_right = 36.0
margin_bottom = 7.0
script = ExtResource( 1 )
[node name="gyroscope" type="CenterContainer" parent="CenterContainer/VBoxContainer"] [node name="gyroscope" type="CenterContainer" parent="CenterContainer/VBoxContainer"]
margin_top = 18.0 margin_top = 18.0
margin_right = 73.0 margin_right = 73.0