Работа в процессе. Редактирование ресурсов

This commit is contained in:
sasha80
2023-07-21 16:28:49 +03:00
parent 94d3bbf842
commit 28a38a506b
8 changed files with 34 additions and 30 deletions

View File

@@ -4,7 +4,7 @@
[sub_resource type="ShaderMaterial" id="ShaderMaterial_2dulj"]
shader = ExtResource("1_k6vue")
shader_parameter/color = Color(0.666667, 0.690196, 0.807843, 1)
shader_parameter/color = Color(1, 0.101961, 0.494118, 1)
[sub_resource type="PlaceholderTexture2D" id="PlaceholderTexture2D_tgf76"]

View File

@@ -1,8 +0,0 @@
[gd_scene format=2]
[node name="Label" type="Label"]
margin_right = 122.0
margin_bottom = 34.0
custom_colors/font_color = Color( 1, 0.596078, 0.4, 1 )
valign = 1
clip_text = true

View File

@@ -15,10 +15,11 @@ script = ExtResource("1_3f1mv")
[node name="content" type="RichTextLabel" parent="."]
layout_mode = 0
offset_left = 16.0
offset_top = 57.0
offset_top = 16.0
offset_right = 1584.0
offset_bottom = 999.0
offset_bottom = 1059.0
focus_mode = 2
theme_override_colors/selection_color = Color(0.72549, 0.270588, 0.133333, 1)
threaded = true
selection_enabled = true
deselect_on_focus_loss_enabled = false
@@ -26,18 +27,18 @@ script = ExtResource("1_t5g4h")
[node name="btn_save" type="Button" parent="."]
layout_mode = 0
offset_left = 1344.0
offset_top = 1044.0
offset_right = 1440.0
offset_bottom = 1080.0
offset_left = 1464.0
offset_top = 1080.0
offset_right = 1560.0
offset_bottom = 1116.0
text = "Сохранить"
[node name="btn_clear" type="Button" parent="."]
layout_mode = 0
offset_left = 1200.0
offset_top = 1044.0
offset_right = 1296.0
offset_bottom = 1080.0
offset_left = 1344.0
offset_top = 1080.0
offset_right = 1440.0
offset_bottom = 1116.0
text = "Очистить"
[node name="dlg_file" type="FileDialog" parent="."]

View File

@@ -9,7 +9,6 @@ extends Panel
@export var drag_scale_width: float
@export var drag_scale_band: float
@export var window_0_id: int
@export var window_1_id: int
signal add_imit_threat (signal_name: String)
signal del_imit_threat (signal_name: String)

View File

@@ -19,7 +19,6 @@ strob_min_band = 0.1
strob_max_band = 15.538
drag_scale_width = 0.5
drag_scale_band = 0.05
window_1_id = 1
metadata/_edit_vertical_guides_ = []
metadata/_edit_lock_ = true