first commit

This commit is contained in:
2024-11-13 11:09:11 +03:00
commit af3aad619a
25 changed files with 1548 additions and 0 deletions

55
PRD_MP550.tscn Normal file
View File

@@ -0,0 +1,55 @@
[gd_scene load_steps=6 format=3 uid="uid://cvor2jm4xk3ha"]
[ext_resource type="Script" path="res://PRD.gd" id="1_v273n"]
[ext_resource type="Script" path="res://table/table.gd" id="2_vmbyo"]
[sub_resource type="StyleBoxTexture" id="StyleBoxTexture_5yjx2"]
[sub_resource type="StyleBoxTexture" id="StyleBoxTexture_kofy6"]
[sub_resource type="StyleBoxTexture" id="StyleBoxTexture_hdj8q"]
[node name="Node2D" type="Node2D"]
script = ExtResource("1_v273n")
[node name="Background" type="ColorRect" parent="."]
offset_right = 2226.0
offset_bottom = 1153.0
color = Color(0.356863, 0.278431, 0.356863, 1)
metadata/_edit_lock_ = true
[node name="scroll1" type="ScrollContainer" parent="."]
offset_left = 586.0
offset_top = 45.0
offset_right = 949.0
offset_bottom = 629.0
[node name="table1" type="GridContainer" parent="scroll1"]
layout_mode = 2
script = ExtResource("2_vmbyo")
metadata/_edit_lock_ = true
[node name="TextEdit" type="TextEdit" parent="."]
offset_left = 1027.0
offset_top = 633.0
offset_right = 1139.0
offset_bottom = 671.0
theme_override_colors/font_readonly_color = Color(1, 1, 1, 1)
theme_override_styles/normal = SubResource("StyleBoxTexture_5yjx2")
theme_override_styles/focus = SubResource("StyleBoxTexture_kofy6")
theme_override_styles/read_only = SubResource("StyleBoxTexture_hdj8q")
text = "Test PRD"
editable = false
[node name="Packet" type="TextEdit" parent="."]
offset_left = 23.0
offset_top = 532.0
offset_right = 1121.0
offset_bottom = 712.0
theme_override_colors/font_readonly_color = Color(1, 1, 1, 1)
theme_override_styles/normal = SubResource("StyleBoxTexture_5yjx2")
theme_override_styles/focus = SubResource("StyleBoxTexture_kofy6")
theme_override_styles/read_only = SubResource("StyleBoxTexture_hdj8q")
text = "broadcast"
editable = false
wrap_mode = 1