full sync ems g
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
[gd_scene load_steps=48 format=3 uid="uid://cvor2jm4xk3ha"]
|
||||
[gd_scene load_steps=50 format=3 uid="uid://cvor2jm4xk3ha"]
|
||||
|
||||
[ext_resource type="Script" path="res://scripts/PRD.gd" id="1_v273n"]
|
||||
[ext_resource type="Script" path="res://table/table.gd" id="2_vmbyo"]
|
||||
@@ -9,6 +9,7 @@
|
||||
[ext_resource type="Texture2D" uid="uid://b15flrfytxkop" path="res://эмс-бланк-пост.png" id="8_eaogg"]
|
||||
[ext_resource type="Script" path="res://ems_g.gd" id="9_g1wia"]
|
||||
[ext_resource type="Texture2D" uid="uid://ijdfo2mml54" path="res://эмс-бланк-перем.png" id="9_nctgk"]
|
||||
[ext_resource type="Shader" path="res://load.gdshader" id="10_lf1xh"]
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_eib3t"]
|
||||
bg_color = Color(0.356863, 0.278431, 0.356863, 1)
|
||||
@@ -143,6 +144,8 @@ shader_parameter/turn = 0.785
|
||||
|
||||
[sub_resource type="GradientTexture2D" id="GradientTexture2D_0pk2o"]
|
||||
gradient = SubResource("Gradient_ki0n7")
|
||||
fill_from = Vector2(0.474359, 0.5)
|
||||
metadata/_snap_enabled = true
|
||||
|
||||
[sub_resource type="StyleBoxTexture" id="StyleBoxTexture_tn8m6"]
|
||||
|
||||
@@ -171,6 +174,18 @@ animations = [{
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_4xm3m"]
|
||||
bg_color = Color(0, 0, 0, 0.415686)
|
||||
|
||||
[sub_resource type="ShaderMaterial" id="ShaderMaterial_slcfo"]
|
||||
shader = ExtResource("10_lf1xh")
|
||||
shader_parameter/frequency = 5.0
|
||||
shader_parameter/amplitude = 200.0
|
||||
shader_parameter/speed = 5.0
|
||||
shader_parameter/direction = -1.0
|
||||
shader_parameter/color1 = Color(0, 0, 0, 1)
|
||||
shader_parameter/color2 = Color(0.235294, 0.180392, 0.235294, 0.439216)
|
||||
shader_parameter/color3 = Color(0.356863, 0.278431, 0.356863, 1)
|
||||
shader_parameter/color4 = Color(0, 0, 0, 0)
|
||||
shader_parameter/opacity = 0.471
|
||||
|
||||
[node name="Node2D" type="Node2D"]
|
||||
script = ExtResource("1_v273n")
|
||||
|
||||
@@ -549,6 +564,30 @@ theme_override_styles/hover = SubResource("StyleBoxFlat_4xm3m")
|
||||
text = "Синхронизация"
|
||||
metadata/_edit_lock_ = true
|
||||
|
||||
[node name="load_boadr" type="ColorRect" parent="TabContainer/EMS_G"]
|
||||
layout_mode = 0
|
||||
offset_left = 27.0
|
||||
offset_top = 148.0
|
||||
offset_right = 1596.0
|
||||
offset_bottom = 717.0
|
||||
color = Color(0, 0, 0, 0.596078)
|
||||
|
||||
[node name="Load_text" type="Label" parent="TabContainer/EMS_G/load_boadr"]
|
||||
layout_mode = 0
|
||||
offset_left = 679.0
|
||||
offset_top = 243.0
|
||||
offset_right = 776.0
|
||||
offset_bottom = 278.0
|
||||
theme_override_colors/font_color = Color(1, 1, 1, 1)
|
||||
theme_override_font_sizes/font_size = 28
|
||||
text = "Загрузка ..."
|
||||
|
||||
[node name="load" type="Sprite2D" parent="TabContainer/EMS_G/load_boadr"]
|
||||
material = SubResource("ShaderMaterial_slcfo")
|
||||
position = Vector2(791, 284.5)
|
||||
scale = Vector2(21.8765, 8.89063)
|
||||
texture = SubResource("GradientTexture2D_0pk2o")
|
||||
|
||||
[connection signal="pressed" from="Background/side_panel/select_prd" to="." method="_on_prd_select"]
|
||||
[connection signal="pressed" from="Background/side_panel/select_control" to="." method="_on_control_button"]
|
||||
[connection signal="pressed" from="Background/side_panel/select_ems_g" to="." method="_on_emsg_select"]
|
||||
|
||||
Reference in New Issue
Block a user