diff options
author | Roman Gräf <romangraef@gmail.com> | 2020-04-21 01:40:51 +0200 |
---|---|---|
committer | Roman Gräf <romangraef@gmail.com> | 2020-04-21 01:40:51 +0200 |
commit | c0e428912118390663814d8d85a9a1e10d138dcf (patch) | |
tree | f5388f0cdb2066332ab169473c0ff78059d67416 /endings/eattherich.tscn | |
parent | ac8c93b5cfa7b5c409dac0a4d39f2f9221cfc536 (diff) | |
download | LDJam46-c0e428912118390663814d8d85a9a1e10d138dcf.tar.gz LDJam46-c0e428912118390663814d8d85a9a1e10d138dcf.tar.bz2 LDJam46-c0e428912118390663814d8d85a9a1e10d138dcf.zip |
endings
Diffstat (limited to 'endings/eattherich.tscn')
-rw-r--r-- | endings/eattherich.tscn | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/endings/eattherich.tscn b/endings/eattherich.tscn new file mode 100644 index 0000000..7f093b0 --- /dev/null +++ b/endings/eattherich.tscn @@ -0,0 +1,26 @@ +[gd_scene load_steps=2 format=2] + +[ext_resource path="res://assets/EatTheRich.png" type="Texture" id=1] + +[node name="Node2D" type="Node2D"] + +[node name="EatTheRich" type="Sprite" parent="."] +position = Vector2( 505.708, 241.522 ) +scale = Vector2( 5, 5 ) +texture = ExtResource( 1 ) + +[node name="Label" type="Label" parent="."] +margin_left = 257.975 +margin_top = 481.878 +margin_right = 773.975 +margin_bottom = 580.878 +text = "OM NOM NOM NOM NOM NOM NOM. +Everyone thought this was just a joke, but Harry +(the one who always smells weird, and has those stains on his black hoodie) +took eating the rich to a quite literal level. No one cared enough about you +to tell him to stop though. Doesn't he know that raw meat has a high risk of +getting you infected?" +align = 1 +__meta__ = { +"_edit_use_anchors_": false +} |