From 7e36fd48dcf376ca7df49451590333ff1a942e46 Mon Sep 17 00:00:00 2001 From: rom Date: Tue, 27 Apr 2021 01:51:41 +0200 Subject: newspaper --- ...spaper.png-afc028710914f91a7e66e77807034f47.md5 | 3 ++ ...paper.png-afc028710914f91a7e66e77807034f47.stex | Bin 0 -> 5491 bytes scenes/story/newspaper.tscn | 53 +++++++++++++++++++++ textures/newspaper.png | Bin 0 -> 5256 bytes textures/newspaper.png.import | 34 +++++++++++++ 5 files changed, 90 insertions(+) create mode 100644 .import/newspaper.png-afc028710914f91a7e66e77807034f47.md5 create mode 100644 .import/newspaper.png-afc028710914f91a7e66e77807034f47.stex create mode 100644 scenes/story/newspaper.tscn create mode 100644 textures/newspaper.png create mode 100644 textures/newspaper.png.import diff --git a/.import/newspaper.png-afc028710914f91a7e66e77807034f47.md5 b/.import/newspaper.png-afc028710914f91a7e66e77807034f47.md5 new file mode 100644 index 0000000..922a0e9 --- /dev/null +++ b/.import/newspaper.png-afc028710914f91a7e66e77807034f47.md5 @@ -0,0 +1,3 @@ +source_md5="71dfd6eb5cecb8bb015e74feb5c28ead" +dest_md5="4b8e3fb545d57001a313105609e498dd" + diff --git a/.import/newspaper.png-afc028710914f91a7e66e77807034f47.stex b/.import/newspaper.png-afc028710914f91a7e66e77807034f47.stex new file mode 100644 index 0000000..37b9531 Binary files /dev/null and b/.import/newspaper.png-afc028710914f91a7e66e77807034f47.stex differ 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 +} diff --git a/textures/newspaper.png b/textures/newspaper.png new file mode 100644 index 0000000..87d1a8a Binary files /dev/null and b/textures/newspaper.png differ diff --git a/textures/newspaper.png.import b/textures/newspaper.png.import new file mode 100644 index 0000000..b786252 --- /dev/null +++ b/textures/newspaper.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="StreamTexture" +path="res://.import/newspaper.png-afc028710914f91a7e66e77807034f47.stex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://textures/newspaper.png" +dest_files=[ "res://.import/newspaper.png-afc028710914f91a7e66e77807034f47.stex" ] + +[params] + +compress/mode=0 +compress/lossy_quality=0.7 +compress/hdr_mode=0 +compress/bptc_ldr=0 +compress/normal_map=0 +flags/repeat=0 +flags/filter=true +flags/mipmaps=false +flags/anisotropic=false +flags/srgb=2 +process/fix_alpha_border=true +process/premult_alpha=false +process/HDR_as_SRGB=false +process/invert_color=false +stream=false +size_limit=0 +detect_3d=true +svg/scale=1.0 -- cgit