2021-05-13 15:39:31 +02:00
|
|
|
[gd_scene load_steps=3 format=2]
|
|
|
|
|
|
|
|
|
|
[ext_resource path="res://addons/godot_db_manager/menu.gd" type="Script" id=1]
|
2026-05-16 19:18:27 +02:00
|
|
|
[ext_resource path="res://addons/godot_db_manager/assets/fnt/roboto_18.tres" type="FontFile" id=2]
|
2021-05-13 15:39:31 +02:00
|
|
|
|
|
|
|
|
[node name="menu" type="Control"]
|
|
|
|
|
anchor_right = 1.0
|
2026-05-16 19:18:27 +02:00
|
|
|
custom_minimum_size = Vector2( 0, 30 )
|
2021-05-13 15:39:31 +02:00
|
|
|
script = ExtResource( 1 )
|
|
|
|
|
__meta__ = {
|
|
|
|
|
"_edit_horizontal_guides_": [ 30.0 ],
|
|
|
|
|
"_edit_use_anchors_": false,
|
|
|
|
|
"_edit_vertical_guides_": [ 1024.0 ]
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[node name="layout" type="HBoxContainer" parent="."]
|
2026-05-16 19:18:27 +02:00
|
|
|
offset_right = 1024.0
|
|
|
|
|
offset_bottom = 30.0
|
2021-05-13 15:39:31 +02:00
|
|
|
__meta__ = {
|
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[node name="File" type="MenuButton" parent="layout"]
|
2026-05-16 19:18:27 +02:00
|
|
|
offset_right = 40.0
|
|
|
|
|
offset_bottom = 30.0
|
|
|
|
|
theme_override_fonts/font = ExtResource( 2 )
|
2021-05-13 15:39:31 +02:00
|
|
|
text = "File"
|
|
|
|
|
items = [ "New DB", null, 0, false, false, 0, 0, null, "", false, "Load DB", null, 0, false, false, 1, 0, null, "", false, "Save DB", null, 0, false, false, 2, 0, null, "", false, "Save DB As ...", null, 0, false, false, 3, 0, null, "", false ]
|
|
|
|
|
|
|
|
|
|
[node name="Options" type="MenuButton" parent="layout"]
|
2026-05-16 19:18:27 +02:00
|
|
|
offset_left = 44.0
|
|
|
|
|
offset_right = 117.0
|
|
|
|
|
offset_bottom = 30.0
|
|
|
|
|
theme_override_fonts/font = ExtResource( 2 )
|
2021-05-13 15:39:31 +02:00
|
|
|
text = "Options"
|
|
|
|
|
items = [ "Autosave on close", null, 1, false, false, 4, 0, null, "", false ]
|