67 lines
1.7 KiB
Plaintext
67 lines
1.7 KiB
Plaintext
[gd_scene load_steps=9 format=2]
|
|
|
|
[ext_resource path="res://data/DejaVuSansCondensed.ttf" type="DynamicFontData" id=1]
|
|
[ext_resource path="res://data/мп550-работа-эскиз.png" type="Texture" id=2]
|
|
[ext_resource path="res://main.gd" type="Script" id=3]
|
|
[ext_resource path="res://data/УФ.png" type="Texture" id=4]
|
|
[ext_resource path="res://Контроль.gd" type="Script" id=5]
|
|
|
|
[sub_resource type="DynamicFont" id=1]
|
|
size = 20
|
|
outline_size = 1
|
|
outline_color = Color( 0, 0, 0, 1 )
|
|
use_mipmaps = true
|
|
use_filter = true
|
|
font_data = ExtResource( 1 )
|
|
|
|
[sub_resource type="DynamicFont" id=2]
|
|
|
|
[sub_resource type="Theme" id=3]
|
|
resource_local_to_scene = true
|
|
default_font = SubResource( 2 )
|
|
|
|
[node name="TabContainer" type="TabContainer"]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
rect_pivot_offset = Vector2( 800, 600 )
|
|
custom_fonts/font = SubResource( 1 )
|
|
tab_align = 0
|
|
script = ExtResource( 3 )
|
|
__meta__ = {
|
|
"_edit_use_anchors_": true
|
|
}
|
|
|
|
[node name="Работа" type="Panel" parent="."]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
margin_left = 4.0
|
|
margin_top = 42.0
|
|
margin_right = -4.0
|
|
margin_bottom = -4.0
|
|
theme = SubResource( 3 )
|
|
|
|
[node name="Sprite" type="Sprite" parent="Работа"]
|
|
position = Vector2( 796, 576 )
|
|
scale = Vector2( 1.00375, 0.973333 )
|
|
texture = ExtResource( 2 )
|
|
|
|
[node name="Контроль" type="Panel" parent="."]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
margin_left = 4.0
|
|
margin_top = 42.0
|
|
margin_right = -4.0
|
|
margin_bottom = -4.0
|
|
script = ExtResource( 5 )
|
|
|
|
[node name="pribor_UF" type="TextureButton" parent="Контроль"]
|
|
margin_left = 1048.0
|
|
margin_top = 542.0
|
|
margin_right = 1100.0
|
|
margin_bottom = 658.0
|
|
size_flags_horizontal = 15
|
|
size_flags_vertical = 15
|
|
texture_normal = ExtResource( 4 )
|
|
expand = true
|
|
stretch_mode = 4
|