|
| 1 | +[gd_scene load_steps=5 format=2] |
| 2 | + |
| 3 | +[ext_resource path="res://Scenes/document-building/SummaryDocument/components/SummarySection.tscn" type="PackedScene" id=1] |
| 4 | +[ext_resource path="res://Scenes/document-building/SummaryDocument/SummaryDocument.tscn" type="PackedScene" id=2] |
| 5 | +[ext_resource path="res://png/Hobo Guy.PNG" type="Texture" id=3] |
| 6 | +[ext_resource path="res://Scenes/document-building/TextDocument/TextDocument.tscn" type="PackedScene" id=4] |
| 7 | + |
| 8 | +[node name="Case" type="Control"] |
| 9 | +anchor_right = 1.0 |
| 10 | +anchor_bottom = 1.0 |
| 11 | + |
| 12 | +[node name="SummaryDocument" parent="." instance=ExtResource( 2 )] |
| 13 | +next_case_scene_path = "res://Scenes/Cases/story/2-microblogger.tscn" |
| 14 | +guilt_pred = 62 |
| 15 | + |
| 16 | +[node name="VBoxContainer" parent="SummaryDocument" index="0"] |
| 17 | +margin_right = 1012.0 |
| 18 | +margin_bottom = 944.0 |
| 19 | + |
| 20 | +[node name="HeaderContainer" parent="SummaryDocument/VBoxContainer" index="0"] |
| 21 | +margin_right = 1012.0 |
| 22 | +margin_bottom = 533.0 |
| 23 | + |
| 24 | +[node name="SummaryPhoto" parent="SummaryDocument/VBoxContainer/HeaderContainer" index="0"] |
| 25 | +margin_right = 535.0 |
| 26 | +margin_bottom = 533.0 |
| 27 | + |
| 28 | +[node name="TextureRect" parent="SummaryDocument/VBoxContainer/HeaderContainer/SummaryPhoto" index="0"] |
| 29 | +margin_right = 505.0 |
| 30 | +margin_bottom = 503.0 |
| 31 | +texture = ExtResource( 3 ) |
| 32 | + |
| 33 | +[node name="SummaryOverview" parent="SummaryDocument/VBoxContainer/HeaderContainer" index="1"] |
| 34 | +margin_left = 535.0 |
| 35 | +margin_right = 1012.0 |
| 36 | +margin_bottom = 533.0 |
| 37 | +fullname = "Emilio Lopez" |
| 38 | +age = 42 |
| 39 | + |
| 40 | +[node name="Background" parent="SummaryDocument/VBoxContainer" index="1" instance=ExtResource( 1 )] |
| 41 | +margin_top = 533.0 |
| 42 | +margin_right = 1012.0 |
| 43 | +margin_bottom = 688.0 |
| 44 | +title = "Background" |
| 45 | +body = "Emilio Lopez is a chronically homeless man who survives through the charitable donations of Kilo City Citizens. While having a bright future ahead of him, he failed to capitalize on his skills and fell to the bottom of the societal hierarchy. He primarily keeps to himself during daytime while keeping the company of stray animals, he is a semi-productive member of society through his employment of several part-time jobs." |
| 46 | + |
| 47 | +[node name="SuspiciousActivity" parent="SummaryDocument/VBoxContainer" index="2" instance=ExtResource( 1 )] |
| 48 | +margin_top = 688.0 |
| 49 | +margin_right = 1012.0 |
| 50 | +margin_bottom = 843.0 |
| 51 | +title = "Suspicious activity" |
| 52 | +body = "Lopez’s lack of a permanent residence may become an anti-government motive. Additionally, KCPD surveillance has noticed deviations from his typical movements, indicating potential criminal activity." |
| 53 | + |
| 54 | +[node name="AuxDocs" parent="SummaryDocument/VBoxContainer" index="3"] |
| 55 | +margin_top = 843.0 |
| 56 | +margin_right = 1012.0 |
| 57 | +margin_bottom = 944.0 |
| 58 | + |
| 59 | +[node name="LinkContainer" parent="SummaryDocument/VBoxContainer/AuxDocs" index="0"] |
| 60 | +margin_right = 982.0 |
| 61 | + |
| 62 | +[node name="Label" parent="SummaryDocument/VBoxContainer/AuxDocs/LinkContainer" index="0"] |
| 63 | +margin_right = 952.0 |
| 64 | + |
| 65 | +[node name="location_history" parent="." instance=ExtResource( 4 )] |
| 66 | +aux_doc_filename = "location_history.txt" |
| 67 | + |
| 68 | +[node name="RichTextLabel" parent="location_history" index="0"] |
| 69 | +text = "Central Park Fountain |
| 70 | +Yummy Food Inc. |
| 71 | +City Rise Apartments <DEVIATION> |
| 72 | +Bridge Crossing" |
| 73 | + |
| 74 | +[editable path="SummaryDocument"] |
| 75 | +[editable path="SummaryDocument/VBoxContainer/HeaderContainer/SummaryPhoto"] |
| 76 | +[editable path="SummaryDocument/VBoxContainer/AuxDocs"] |
| 77 | +[editable path="location_history"] |
0 commit comments