drag and drop UI
This commit is contained in:
54
Main.tscn
54
Main.tscn
@@ -1,8 +1,7 @@
|
||||
[gd_scene format=3 uid="uid://b2rl7r8oav3hy"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://dciugg77wsy6p" path="res://Meeting.tscn" id="1_glv2v"]
|
||||
[ext_resource type="Script" uid="uid://dldaxqajhnnva" path="res://TimeSlot.cs" id="2_r0du0"]
|
||||
[ext_resource type="PackedScene" uid="uid://do8ll0kylvrcn" path="res://MeetingControl.tscn" id="2_uu6xs"]
|
||||
[ext_resource type="PackedScene" uid="uid://nnr6u0igggve" path="res://TimeSlot.tscn" id="1_uu6xs"]
|
||||
|
||||
[sub_resource type="RectangleShape2D" id="RectangleShape2D_sko1m"]
|
||||
size = Vector2(575, 20)
|
||||
@@ -12,46 +11,49 @@ size = Vector2(21.5, 1920)
|
||||
|
||||
[node name="Main" type="Node2D" unique_id=287617203]
|
||||
|
||||
[node name="MeetingControl" parent="." unique_id=11410047 instance=ExtResource("2_uu6xs")]
|
||||
anchors_preset = 8
|
||||
anchor_left = 0.5
|
||||
anchor_top = 0.5
|
||||
anchor_right = 0.5
|
||||
anchor_bottom = 0.5
|
||||
offset_left = 631.0
|
||||
offset_top = 18.0
|
||||
offset_right = 960.0
|
||||
offset_bottom = 98.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
mouse_default_cursor_shape = 2
|
||||
metadata/_edit_use_anchors_ = true
|
||||
|
||||
[node name="Control" type="Control" parent="." unique_id=1593899]
|
||||
layout_mode = 3
|
||||
anchors_preset = 0
|
||||
offset_left = 114.0
|
||||
offset_top = 34.0
|
||||
offset_right = 514.0
|
||||
offset_bottom = 603.0
|
||||
offset_left = 125.0
|
||||
offset_top = 43.0
|
||||
offset_right = 455.0
|
||||
offset_bottom = 602.0
|
||||
mouse_filter = 2
|
||||
|
||||
[node name="PanelContainer" type="PanelContainer" parent="Control" unique_id=1636973054]
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
offset_left = -1.0
|
||||
offset_right = -1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
mouse_filter = 2
|
||||
|
||||
[node name="VBoxContainer" type="VBoxContainer" parent="Control/PanelContainer" unique_id=1658498861]
|
||||
layout_mode = 2
|
||||
mouse_filter = 2
|
||||
alignment = 1
|
||||
|
||||
[node name="TimeSlot" type="PanelContainer" parent="Control/PanelContainer/VBoxContainer" unique_id=1554329623]
|
||||
custom_minimum_size = Vector2(0, 74)
|
||||
[node name="TimeSlot" parent="Control/PanelContainer/VBoxContainer" unique_id=979842204 instance=ExtResource("1_uu6xs")]
|
||||
layout_mode = 2
|
||||
|
||||
[node name="TimeSlot2" parent="Control/PanelContainer/VBoxContainer" unique_id=1532657435 instance=ExtResource("1_uu6xs")]
|
||||
layout_mode = 2
|
||||
|
||||
[node name="TimeSlot3" parent="Control/PanelContainer/VBoxContainer" unique_id=1504478834 instance=ExtResource("1_uu6xs")]
|
||||
layout_mode = 2
|
||||
|
||||
[node name="TimeSlot4" parent="Control/PanelContainer/VBoxContainer" unique_id=1891572413 instance=ExtResource("1_uu6xs")]
|
||||
layout_mode = 2
|
||||
|
||||
[node name="TimeSlot5" parent="Control/PanelContainer/VBoxContainer" unique_id=464659559 instance=ExtResource("1_uu6xs")]
|
||||
layout_mode = 2
|
||||
|
||||
[node name="TimeSlot6" parent="Control/PanelContainer/VBoxContainer" unique_id=1773919778 instance=ExtResource("1_uu6xs")]
|
||||
layout_mode = 2
|
||||
|
||||
[node name="TimeSlot7" parent="Control/PanelContainer/VBoxContainer" unique_id=1476334804 instance=ExtResource("1_uu6xs")]
|
||||
layout_mode = 2
|
||||
script = ExtResource("2_r0du0")
|
||||
|
||||
[node name="Box" type="StaticBody2D" parent="." unique_id=56956355]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user