43 lines
1.3 KiB
Plaintext
43 lines
1.3 KiB
Plaintext
[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 = 1321.0
|
|
offset_bottom = 790.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 = 1028.0
|
|
offset_top = 602.0
|
|
offset_right = 1140.0
|
|
offset_bottom = 640.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
|