First commit
This commit is contained in:
38
EMS5782.tmp
Normal file
38
EMS5782.tmp
Normal file
@@ -0,0 +1,38 @@
|
||||
[gd_scene load_steps=3 format=3 uid="uid://ccp4ypftnrbwq"]
|
||||
|
||||
[ext_resource type="Script" path="res://Main.gd" id="1_pr72k"]
|
||||
[ext_resource type="Script" path="res://table/table.gd" id="2_1lybo"]
|
||||
|
||||
[node name="Node2D" type="Node2D"]
|
||||
script = ExtResource("1_pr72k")
|
||||
|
||||
[node name="ColorRect" type="ColorRect" parent="."]
|
||||
offset_right = 1158.0
|
||||
offset_bottom = 655.0
|
||||
color = Color(0.313726, 0.227451, 0.290196, 1)
|
||||
metadata/_edit_lock_ = true
|
||||
|
||||
[node name="Port_ISA" type="Label" parent="."]
|
||||
offset_left = 37.0
|
||||
offset_top = 29.0
|
||||
offset_right = 1114.0
|
||||
offset_bottom = 52.0
|
||||
metadata/_edit_lock_ = true
|
||||
|
||||
[node name="scroll1" type="ScrollContainer" parent="."]
|
||||
offset_left = 42.0
|
||||
offset_top = 72.0
|
||||
offset_right = 1135.0
|
||||
offset_bottom = 265.0
|
||||
|
||||
[node name="table1" type="GridContainer" parent="scroll1"]
|
||||
layout_mode = 2
|
||||
script = ExtResource("2_1lybo")
|
||||
|
||||
[node name="Turn_on" type="Button" parent="."]
|
||||
offset_left = 941.0
|
||||
offset_top = 35.0
|
||||
offset_right = 1043.0
|
||||
offset_bottom = 58.0
|
||||
toggle_mode = true
|
||||
text = "Подключить"
|
||||
Reference in New Issue
Block a user