aboutsummaryrefslogtreecommitdiff
path: root/endings/eattherich.tscn
blob: 7f093b0c54837c6bd43f66973869c50ea5dfbaa8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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
}