Files
You-Are-A-CEO/Game.tscn
2026-08-03 13:15:39 +02:00

162 lines
5.7 KiB
Plaintext

[gd_scene format=3 uid="uid://b2rl7r8oav3hy"]
[ext_resource type="Script" uid="uid://d1h0qvskvk1wu" path="res://Game.cs" id="1_joorw"]
[ext_resource type="PackedScene" uid="uid://ckdqrg8c0mq8h" path="res://CompanyStatsContainer.tscn" id="2_2vekm"]
[ext_resource type="PackedScene" uid="uid://covomnw8s7k1n" path="res://DaySchedule.tscn" id="3_yx171"]
[ext_resource type="PackedScene" uid="uid://dciugg77wsy6p" path="res://MeetingPhysicsBox.tscn" id="4_yhmtn"]
[ext_resource type="Resource" uid="uid://mifwco1yj8kc" path="res://resources/meetings/coffee_meeting.tres" id="5_gwjdr"]
[ext_resource type="Resource" uid="uid://du72uxjqr0h4a" path="res://resources/meetings/lockin.tres" id="6_lvtmh"]
[ext_resource type="Resource" uid="uid://bcd4qf4i84pwf" path="res://resources/meetings/work_product_1.tres" id="7_yyih5"]
[ext_resource type="Script" uid="uid://bs531c76ivhtf" path="res://DropZone.cs" id="8_qjyg3"]
[sub_resource type="Gradient" id="Gradient_trn2v"]
offsets = PackedFloat32Array(0, 0.5518293, 1)
colors = PackedColorArray(0.19215687, 0, 0.24313726, 1, 0.25238776, 0.18853581, 0.16752905, 1, 0.1764706, 0, 0.3529412, 1)
[sub_resource type="FastNoiseLite" id="FastNoiseLite_trn2v"]
noise_type = 3
fractal_type = 2
domain_warp_enabled = true
domain_warp_type = 1
[sub_resource type="NoiseTexture2D" id="NoiseTexture2D_trn2v"]
width = 1980
height = 1020
noise = SubResource("FastNoiseLite_trn2v")
color_ramp = SubResource("Gradient_trn2v")
[sub_resource type="RectangleShape2D" id="RectangleShape2D_sko1m"]
size = Vector2(727.5, 20)
[sub_resource type="RectangleShape2D" id="RectangleShape2D_ig7tw"]
size = Vector2(21.5, 1920)
[node name="Game" type="Node2D" unique_id=287617203]
script = ExtResource("1_joorw")
[node name="MeetingSpawn" type="Marker2D" parent="." unique_id=1266113438]
unique_name_in_owner = true
position = Vector2(167, -412)
gizmo_extents = 40.0
[node name="TextureRect" type="TextureRect" parent="." unique_id=594808349]
anchors_preset = 8
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
offset_left = -990.0
offset_top = -510.0
offset_right = 990.0
offset_bottom = 510.0
grow_horizontal = 2
grow_vertical = 2
texture = SubResource("NoiseTexture2D_trn2v")
[node name="CanvasLayer" type="CanvasLayer" parent="." unique_id=1328071901]
[node name="Control" type="Control" parent="CanvasLayer" unique_id=947212855]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
mouse_filter = 2
[node name="CompanyStatsContainer" parent="CanvasLayer/Control" unique_id=317328071 instance=ExtResource("2_2vekm")]
layout_mode = 1
offset_left = -249.53503
offset_right = 0.0
[node name="DaySchedule" parent="." unique_id=457829015 instance=ExtResource("3_yx171")]
unique_name_in_owner = true
offset_left = -493.0
offset_top = -277.00006
offset_right = -279.0
offset_bottom = 176.99994
[node name="ExecuteButton" type="Button" parent="." unique_id=312490567]
unique_name_in_owner = true
offset_left = -513.0
offset_top = 214.99994
offset_right = -264.0
offset_bottom = 281.99994
theme_override_constants/outline_size = 12
theme_override_font_sizes/font_size = 36
text = "Execute Day"
[node name="Box" type="StaticBody2D" parent="." unique_id=56956355]
position = Vector2(-599, -322.00006)
[node name="CollisionShape2D" type="CollisionShape2D" parent="Box" unique_id=220723577]
position = Vector2(766.75, 611)
shape = SubResource("RectangleShape2D_sko1m")
[node name="CollisionShape2D4" type="CollisionShape2D" parent="Box" unique_id=416813543]
position = Vector2(758, -1289)
shape = SubResource("RectangleShape2D_sko1m")
[node name="CollisionShape2D2" type="CollisionShape2D" parent="Box" unique_id=240246518]
position = Vector2(410, -339)
shape = SubResource("RectangleShape2D_ig7tw")
[node name="CollisionShape2D3" type="CollisionShape2D" parent="Box" unique_id=297721234]
position = Vector2(1120, -339)
shape = SubResource("RectangleShape2D_ig7tw")
[node name="Meeting" parent="." unique_id=796440984 instance=ExtResource("4_yhmtn")]
position = Vector2(35, -776.00006)
MeetingResource = ExtResource("5_gwjdr")
[node name="Meeting4" parent="." unique_id=1960552374 instance=ExtResource("4_yhmtn")]
position = Vector2(108, -662.00006)
rotation = 0.24779713
MeetingResource = ExtResource("6_lvtmh")
[node name="Meeting5" parent="." unique_id=1692042144 instance=ExtResource("4_yhmtn")]
position = Vector2(252, -822.00006)
rotation = 0.24779713
MeetingResource = ExtResource("7_yyih5")
[node name="Meeting6" parent="." unique_id=2120697586 instance=ExtResource("4_yhmtn")]
position = Vector2(5, -942)
rotation = 0.24779713
MeetingResource = ExtResource("5_gwjdr")
[node name="Meeting7" parent="." unique_id=2144014406 instance=ExtResource("4_yhmtn")]
position = Vector2(258, -983.00006)
rotation = 0.24779713
MeetingResource = ExtResource("5_gwjdr")
[node name="Meeting8" parent="." unique_id=1157887697 instance=ExtResource("4_yhmtn")]
position = Vector2(365, -877.00006)
rotation = 0.24779713
[node name="Meeting9" parent="." unique_id=1055632102 instance=ExtResource("4_yhmtn")]
position = Vector2(15, -1055)
rotation = 0.24779713
MeetingResource = ExtResource("7_yyih5")
[node name="Meeting2" parent="." unique_id=1691479453 instance=ExtResource("4_yhmtn")]
position = Vector2(338, -674.00006)
rotation = -0.5541229
MeetingResource = ExtResource("5_gwjdr")
[node name="Meeting3" parent="." unique_id=673551448 instance=ExtResource("4_yhmtn")]
position = Vector2(163.99982, -503.0002)
rotation = -0.18364333
MeetingResource = ExtResource("5_gwjdr")
[node name="DropZone" type="Control" parent="." unique_id=80494692]
layout_mode = 3
anchors_preset = 0
offset_left = -173.0
offset_top = -323.0
offset_right = 507.0
offset_bottom = 276.0
mouse_filter = 2
script = ExtResource("8_qjyg3")
[node name="Camera2D" type="Camera2D" parent="." unique_id=1154975713]