alter vatter
This commit is contained in:
117
Main.tscn
117
Main.tscn
@@ -1,8 +1,12 @@
|
||||
[gd_scene format=3 uid="uid://b2rl7r8oav3hy"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://d1h0qvskvk1wu" path="res://Main.cs" id="1_3dxm6"]
|
||||
[ext_resource type="PackedScene" uid="uid://dciugg77wsy6p" path="res://MeetingPhysicsBox.tscn" id="1_glv2v"]
|
||||
[ext_resource type="PackedScene" uid="uid://nnr6u0igggve" path="res://TimeSlot.tscn" id="1_uu6xs"]
|
||||
[ext_resource type="PackedScene" uid="uid://covomnw8s7k1n" path="res://DaySchedule.tscn" id="1_r0du0"]
|
||||
[ext_resource type="Resource" uid="uid://mifwco1yj8kc" path="res://resources/meetings/coffee_meeting.tres" id="3_r0du0"]
|
||||
[ext_resource type="Resource" uid="uid://du72uxjqr0h4a" path="res://resources/meetings/lockin.tres" id="4_cm0pq"]
|
||||
[ext_resource type="Resource" uid="uid://bcd4qf4i84pwf" path="res://resources/meetings/work_product_1.tres" id="5_fos0i"]
|
||||
[ext_resource type="Script" uid="uid://bs531c76ivhtf" path="res://DropZone.cs" id="7_lgr22"]
|
||||
|
||||
[sub_resource type="LabelSettings" id="LabelSettings_sko1m"]
|
||||
font_size = 64
|
||||
@@ -12,8 +16,6 @@ stacked_outline_0/size = 9
|
||||
stacked_shadow_0/offset = Vector2(4, 4)
|
||||
stacked_shadow_0/outline_size = 2
|
||||
|
||||
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_50jir"]
|
||||
|
||||
[sub_resource type="RectangleShape2D" id="RectangleShape2D_sko1m"]
|
||||
size = Vector2(727.5, 20)
|
||||
|
||||
@@ -21,6 +23,12 @@ size = Vector2(727.5, 20)
|
||||
size = Vector2(21.5, 1920)
|
||||
|
||||
[node name="Main" type="Node2D" unique_id=287617203]
|
||||
script = ExtResource("1_3dxm6")
|
||||
|
||||
[node name="MeetingSpawn" type="Marker2D" parent="." unique_id=1266113438]
|
||||
unique_name_in_owner = true
|
||||
position = Vector2(775, 36)
|
||||
gizmo_extents = 40.0
|
||||
|
||||
[node name="CanvasLayer" type="CanvasLayer" parent="." unique_id=1328071901]
|
||||
|
||||
@@ -53,57 +61,75 @@ grow_horizontal = 0
|
||||
text = "Inbox"
|
||||
label_settings = SubResource("LabelSettings_sko1m")
|
||||
|
||||
[node name="PanelContainer" type="PanelContainer" parent="." unique_id=1636973054]
|
||||
anchors_preset = 8
|
||||
anchor_left = 0.5
|
||||
anchor_top = 0.5
|
||||
anchor_right = 0.5
|
||||
anchor_bottom = 0.5
|
||||
offset_left = 96.0
|
||||
offset_top = 114.0
|
||||
offset_right = 302.0
|
||||
offset_bottom = 574.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
mouse_filter = 2
|
||||
theme_override_styles/panel = SubResource("StyleBoxEmpty_50jir")
|
||||
[node name="PanelContainer" type="FoldableContainer" parent="CanvasLayer/Control" unique_id=1121461524]
|
||||
layout_mode = 1
|
||||
anchors_preset = 1
|
||||
anchor_left = 1.0
|
||||
anchor_right = 1.0
|
||||
offset_left = -245.0
|
||||
offset_right = 4.535034
|
||||
offset_bottom = 149.0
|
||||
grow_horizontal = 0
|
||||
title = "Your Company Inc."
|
||||
title_alignment = 1
|
||||
|
||||
[node name="VBoxContainer" type="VBoxContainer" parent="PanelContainer" unique_id=1658498861]
|
||||
layout_mode = 2
|
||||
mouse_filter = 2
|
||||
alignment = 1
|
||||
|
||||
[node name="TimeSlot" parent="PanelContainer/VBoxContainer" unique_id=979842204 instance=ExtResource("1_uu6xs")]
|
||||
[node name="VBoxContainer" type="VBoxContainer" parent="CanvasLayer/Control/PanelContainer" unique_id=1331001176]
|
||||
layout_mode = 2
|
||||
|
||||
[node name="TimeSlot2" parent="PanelContainer/VBoxContainer" unique_id=1532657435 instance=ExtResource("1_uu6xs")]
|
||||
[node name="HBoxContainer4" type="HBoxContainer" parent="CanvasLayer/Control/PanelContainer/VBoxContainer" unique_id=879116080]
|
||||
modulate = Color(1, 0, 0, 1)
|
||||
layout_mode = 2
|
||||
|
||||
[node name="TimeSlot3" parent="PanelContainer/VBoxContainer" unique_id=1504478834 instance=ExtResource("1_uu6xs")]
|
||||
[node name="Label" type="Label" parent="CanvasLayer/Control/PanelContainer/VBoxContainer/HBoxContainer4" unique_id=54936711]
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 3
|
||||
text = "Runway"
|
||||
|
||||
[node name="Label2" type="Label" parent="CanvasLayer/Control/PanelContainer/VBoxContainer/HBoxContainer4" unique_id=111473790]
|
||||
layout_mode = 2
|
||||
text = "2"
|
||||
|
||||
[node name="HBoxContainer" type="HBoxContainer" parent="CanvasLayer/Control/PanelContainer/VBoxContainer" unique_id=500602395]
|
||||
layout_mode = 2
|
||||
|
||||
[node name="TimeSlot4" parent="PanelContainer/VBoxContainer" unique_id=1891572413 instance=ExtResource("1_uu6xs")]
|
||||
[node name="Label" type="Label" parent="CanvasLayer/Control/PanelContainer/VBoxContainer/HBoxContainer" unique_id=1599952499]
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 3
|
||||
text = "Hype"
|
||||
|
||||
[node name="Label2" type="Label" parent="CanvasLayer/Control/PanelContainer/VBoxContainer/HBoxContainer" unique_id=780587971]
|
||||
layout_mode = 2
|
||||
text = "10"
|
||||
|
||||
[node name="HBoxContainer2" type="HBoxContainer" parent="CanvasLayer/Control/PanelContainer/VBoxContainer" unique_id=981225226]
|
||||
layout_mode = 2
|
||||
|
||||
[node name="TimeSlot5" parent="PanelContainer/VBoxContainer" unique_id=464659559 instance=ExtResource("1_uu6xs")]
|
||||
[node name="Label" type="Label" parent="CanvasLayer/Control/PanelContainer/VBoxContainer/HBoxContainer2" unique_id=1687312201]
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 3
|
||||
text = "Money"
|
||||
|
||||
[node name="Label2" type="Label" parent="CanvasLayer/Control/PanelContainer/VBoxContainer/HBoxContainer2" unique_id=172841693]
|
||||
layout_mode = 2
|
||||
text = "10.000"
|
||||
|
||||
[node name="HBoxContainer3" type="HBoxContainer" parent="CanvasLayer/Control/PanelContainer/VBoxContainer" unique_id=2146415473]
|
||||
layout_mode = 2
|
||||
|
||||
[node name="TimeSlot6" parent="PanelContainer/VBoxContainer" unique_id=1773919778 instance=ExtResource("1_uu6xs")]
|
||||
[node name="Label" type="Label" parent="CanvasLayer/Control/PanelContainer/VBoxContainer/HBoxContainer3" unique_id=1336632204]
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 3
|
||||
text = "Workers"
|
||||
|
||||
[node name="TimeSlot7" parent="PanelContainer/VBoxContainer" unique_id=1476334804 instance=ExtResource("1_uu6xs")]
|
||||
[node name="Label2" type="Label" parent="CanvasLayer/Control/PanelContainer/VBoxContainer/HBoxContainer3" unique_id=617177241]
|
||||
layout_mode = 2
|
||||
text = "1"
|
||||
|
||||
[node name="TimeSlot8" parent="PanelContainer/VBoxContainer" unique_id=2116243857 instance=ExtResource("1_uu6xs")]
|
||||
layout_mode = 2
|
||||
|
||||
[node name="TimeSlot9" parent="PanelContainer/VBoxContainer" unique_id=1672825401 instance=ExtResource("1_uu6xs")]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
|
||||
[node name="TimeSlot10" parent="PanelContainer/VBoxContainer" unique_id=488121571 instance=ExtResource("1_uu6xs")]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
[node name="DaySchedule" parent="." unique_id=457829015 instance=ExtResource("1_r0du0")]
|
||||
offset_left = 106.0
|
||||
offset_top = 117.0
|
||||
offset_right = 320.0
|
||||
offset_bottom = 571.0
|
||||
|
||||
[node name="Box" type="StaticBody2D" parent="." unique_id=56956355]
|
||||
|
||||
@@ -130,10 +156,12 @@ MeetingResource = ExtResource("3_r0du0")
|
||||
[node name="Meeting4" parent="." unique_id=1960552374 instance=ExtResource("1_glv2v")]
|
||||
position = Vector2(707, -340)
|
||||
rotation = 0.24779713
|
||||
MeetingResource = ExtResource("4_cm0pq")
|
||||
|
||||
[node name="Meeting5" parent="." unique_id=1692042144 instance=ExtResource("1_glv2v")]
|
||||
position = Vector2(851, -500)
|
||||
rotation = 0.24779713
|
||||
MeetingResource = ExtResource("5_fos0i")
|
||||
|
||||
[node name="Meeting6" parent="." unique_id=2120697586 instance=ExtResource("1_glv2v")]
|
||||
position = Vector2(604, -619.99994)
|
||||
@@ -152,6 +180,7 @@ rotation = 0.24779713
|
||||
[node name="Meeting9" parent="." unique_id=1055632102 instance=ExtResource("1_glv2v")]
|
||||
position = Vector2(614, -732.99994)
|
||||
rotation = 0.24779713
|
||||
MeetingResource = ExtResource("5_fos0i")
|
||||
|
||||
[node name="Meeting2" parent="." unique_id=1691479453 instance=ExtResource("1_glv2v")]
|
||||
position = Vector2(937, -352)
|
||||
@@ -162,3 +191,13 @@ MeetingResource = ExtResource("3_r0du0")
|
||||
position = Vector2(762.9999, -181.00012)
|
||||
rotation = -0.18364333
|
||||
MeetingResource = ExtResource("3_r0du0")
|
||||
|
||||
[node name="DropZone" type="Control" parent="." unique_id=80494692]
|
||||
layout_mode = 3
|
||||
anchors_preset = 0
|
||||
offset_left = 457.0
|
||||
offset_top = 9.0
|
||||
offset_right = 1080.0
|
||||
offset_bottom = 571.0
|
||||
mouse_filter = 2
|
||||
script = ExtResource("7_lgr22")
|
||||
|
||||
Reference in New Issue
Block a user