Доработка. Теперь только для Godot4
This commit is contained in:
87
main.tscn
87
main.tscn
@@ -1,69 +1,66 @@
|
||||
[gd_scene load_steps=5 format=2]
|
||||
[gd_scene load_steps=5 format=3 uid="uid://87gtvqd7bbje"]
|
||||
|
||||
[ext_resource path="res://table.gd" type="Script" id=1]
|
||||
[ext_resource path="res://main.gd" type="Script" id=2]
|
||||
[ext_resource path="res://edit-add-0.png" type="Texture" id=3]
|
||||
[ext_resource path="res://edit-add-1.png" type="Texture" id=4]
|
||||
[ext_resource type="Script" path="res://main.gd" id="1_kt06w"]
|
||||
[ext_resource type="Script" path="res://table.gd" id="2_k7rc6"]
|
||||
[ext_resource type="Texture2D" uid="uid://cex4jiu1pcj3x" path="res://edit-add-0.png" id="3_pruca"]
|
||||
[ext_resource type="Texture2D" uid="uid://cx746np1wexnd" path="res://edit-add-1.png" id="4_3d2wd"]
|
||||
|
||||
[node name="main" type="Node2D"]
|
||||
script = ExtResource( 2 )
|
||||
script = ExtResource("1_kt06w")
|
||||
|
||||
[node name="tabs" type="TabContainer" parent="."]
|
||||
margin_right = 1594.0
|
||||
margin_bottom = 897.0
|
||||
tab_align = 0
|
||||
offset_right = 1594.0
|
||||
offset_bottom = 897.0
|
||||
|
||||
[node name="threats" type="Panel" parent="tabs"]
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
margin_left = 4.0
|
||||
margin_top = 42.0
|
||||
margin_right = -4.0
|
||||
margin_bottom = -4.0
|
||||
layout_mode = 2
|
||||
|
||||
[node name="table_t" type="GridContainer" parent="tabs/threats"]
|
||||
layout_mode = 0
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
margin_top = 100.0
|
||||
margin_right = 1.0
|
||||
margin_bottom = 10.0
|
||||
script = ExtResource( 1 )
|
||||
offset_top = 100.0
|
||||
offset_right = 1.0
|
||||
offset_bottom = 10.0
|
||||
script = ExtResource("2_k7rc6")
|
||||
|
||||
[node name="header_t" type="GridContainer" parent="tabs/threats"]
|
||||
margin_top = 57.0
|
||||
margin_right = 1584.0
|
||||
margin_bottom = 96.0
|
||||
script = ExtResource( 1 )
|
||||
layout_mode = 0
|
||||
offset_top = 57.0
|
||||
offset_right = 1584.0
|
||||
offset_bottom = 96.0
|
||||
script = ExtResource("2_k7rc6")
|
||||
|
||||
[node name="btn_add" type="TextureButton" parent="tabs/threats"]
|
||||
margin_left = 1533.0
|
||||
margin_top = -2.0
|
||||
margin_right = 1581.0
|
||||
margin_bottom = 46.0
|
||||
texture_normal = ExtResource( 3 )
|
||||
texture_pressed = ExtResource( 4 )
|
||||
layout_mode = 0
|
||||
offset_left = 1533.0
|
||||
offset_top = -2.0
|
||||
offset_right = 1581.0
|
||||
offset_bottom = 46.0
|
||||
texture_normal = ExtResource("3_pruca")
|
||||
texture_pressed = ExtResource("4_3d2wd")
|
||||
|
||||
[node name="btn_del" type="TextureButton" parent="tabs/threats"]
|
||||
margin_left = 1487.0
|
||||
margin_top = 3.0
|
||||
margin_right = 1527.0
|
||||
margin_bottom = 43.0
|
||||
layout_mode = 0
|
||||
offset_left = 1487.0
|
||||
offset_top = 3.0
|
||||
offset_right = 1527.0
|
||||
offset_bottom = 43.0
|
||||
|
||||
[node name="pomehi" type="Panel" parent="tabs"]
|
||||
visible = false
|
||||
margin_left = 4.0
|
||||
margin_top = 42.0
|
||||
margin_right = 1590.0
|
||||
margin_bottom = 893.0
|
||||
layout_mode = 2
|
||||
|
||||
[node name="table_p" type="GridContainer" parent="tabs/pomehi"]
|
||||
margin_top = 100.0
|
||||
margin_right = 1587.0
|
||||
margin_bottom = 861.0
|
||||
script = ExtResource( 1 )
|
||||
layout_mode = 0
|
||||
offset_top = 100.0
|
||||
offset_right = 1587.0
|
||||
offset_bottom = 861.0
|
||||
script = ExtResource("2_k7rc6")
|
||||
|
||||
[node name="header_p" type="GridContainer" parent="tabs/pomehi"]
|
||||
margin_top = 57.0
|
||||
margin_right = 32.0
|
||||
margin_bottom = 96.0
|
||||
script = ExtResource( 1 )
|
||||
layout_mode = 0
|
||||
offset_top = 57.0
|
||||
offset_right = 32.0
|
||||
offset_bottom = 96.0
|
||||
script = ExtResource("2_k7rc6")
|
||||
|
||||
Reference in New Issue
Block a user