summaryrefslogtreecommitdiff
path: root/scenes/story/newspaper.tscn
diff options
context:
space:
mode:
Diffstat (limited to 'scenes/story/newspaper.tscn')
-rw-r--r--scenes/story/newspaper.tscn53
1 files changed, 53 insertions, 0 deletions
diff --git a/scenes/story/newspaper.tscn b/scenes/story/newspaper.tscn
new file mode 100644
index 0000000..5c97140
--- /dev/null
+++ b/scenes/story/newspaper.tscn
@@ -0,0 +1,53 @@
+[gd_scene load_steps=2 format=2]
+
+[ext_resource path="res://textures/newspaper.png" type="Texture" id=1]
+
+[node name="Node2D" type="Node2D"]
+
+[node name="newspaper" type="Sprite" parent="."]
+position = Vector2( -11.4611, 15.9832 )
+texture = ExtResource( 1 )
+
+[node name="Node2D" type="Node2D" parent="newspaper"]
+scale = Vector2( 2, 2 )
+
+[node name="RichTextLabel" type="RichTextLabel" parent="newspaper/Node2D"]
+margin_left = -174.0
+margin_top = -169.0
+margin_right = 189.0
+margin_bottom = -134.0
+text = "LOCAL LUNATIC ARRESTED"
+__meta__ = {
+"_edit_use_anchors_": false
+}
+
+[node name="RichTextLabel" type="RichTextLabel" parent="newspaper"]
+margin_left = -305.0
+margin_top = -220.0
+margin_right = 329.0
+margin_bottom = 86.0
+bbcode_text = "Local lunatic and pizza-connoisseur Tom has been arrested by City Police forces this Monday at around 6 P.M. after a journalist who wishes to remain anonymous has brought forward harassment charges.
+The Journalist claims Tom followed her home after work, because she didn't want to publish his \"amazing investigation\"."
+text = "Local lunatic and pizza-connoisseur Tom has been arrested by City Police forces this Monday at around 6 P.M. after a journalist who wishes to remain anonymous has brought forward harassment charges.
+The Journalist claims Tom followed her home after work, because she didn't want to publish his \"amazing investigation\"."
+__meta__ = {
+"_edit_use_anchors_": false
+}
+
+[node name="RichTextLabel2" type="RichTextLabel" parent="newspaper"]
+margin_left = -306.0
+margin_top = 114.0
+margin_right = 369.0
+margin_bottom = 370.0
+bbcode_enabled = true
+bbcode_text = "In other News:
+Marcus' beloved Pizza Palace now closed indefintely for \"renovations.\"
+
+City council confirms citizens have \"not to worry\" about giant floating eyes in the sky."
+text = "In other News:
+Marcus' beloved Pizza Palace now closed indefintely for \"renovations.\"
+
+City council confirms citizens have \"not to worry\" about giant floating eyes in the sky."
+__meta__ = {
+"_edit_use_anchors_": false
+}