Files
puzzle-quest/addons/godot_db_manager/tables_header.tscn
T

66 lines
1.7 KiB
Plaintext
Raw Normal View History

2021-05-13 15:39:31 +02:00
[gd_scene load_steps=7 format=2]
[ext_resource path="res://addons/godot_db_manager/assets/fnt/roboto_20.tres" type="FontFile" id=1]
2021-05-13 15:39:31 +02:00
[ext_resource path="res://addons/godot_db_manager/tables_header.gd" type="Script" id=2]
[ext_resource path="res://addons/godot_db_manager/assets/tex/gui.png" type="Texture2D" id=3]
2021-05-13 15:39:31 +02:00
[sub_resource type="AtlasTexture" id=1]
atlas = ExtResource( 3 )
region = Rect2( 2, 2, 24, 24 )
[sub_resource type="AtlasTexture" id=2]
atlas = ExtResource( 3 )
region = Rect2( 2, 54, 24, 24 )
[sub_resource type="AtlasTexture" id=3]
atlas = ExtResource( 3 )
region = Rect2( 2, 28, 24, 24 )
[node name="tables_header" type="Control"]
anchor_right = 0.188889
anchor_bottom = 0.019
offset_right = 6.10352e-05
offset_bottom = -0.4
custom_minimum_size = Vector2( 170, 30 )
2021-05-13 15:39:31 +02:00
script = ExtResource( 2 )
__meta__ = {
"_edit_use_anchors_": true,
"_edit_vertical_guides_": [ 170.0 ]
}
[node name="add_table_btn" type="TextureButton" parent="."]
offset_left = 2.0
offset_top = 2.0
offset_right = 26.0
offset_bottom = 26.0
2021-05-13 15:39:31 +02:00
texture_normal = SubResource( 1 )
texture_pressed = SubResource( 2 )
texture_hover = SubResource( 3 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="tables_lbl" type="Label" parent="."]
anchor_left = 0.165
anchor_right = 1.0
anchor_bottom = 0.8
offset_left = -0.0500259
offset_right = -0.000152588
theme_override_fonts/font = ExtResource( 1 )
2021-05-13 15:39:31 +02:00
text = "Tables "
align = 1
__meta__ = {
"_edit_use_anchors_": false
}
[node name="line" type="NinePatchRect" parent="."]
anchor_right = 1.0
anchor_bottom = 1.0
offset_top = 29.0
offset_right = -0.000152588
2021-05-13 15:39:31 +02:00
texture = ExtResource( 3 )
region_rect = Rect2( 80, 2, 24, 2 )
__meta__ = {
"_edit_use_anchors_": false
}