diff options
Diffstat (limited to 'endings')
-rw-r--r-- | endings/eattherich.tscn | 26 | ||||
-rw-r--r-- | endings/its_raining_bread.tscn | 27 | ||||
-rw-r--r-- | endings/youve_been_jailed.tscn | 26 |
3 files changed, 79 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 +} diff --git a/endings/its_raining_bread.tscn b/endings/its_raining_bread.tscn new file mode 100644 index 0000000..1a8d563 --- /dev/null +++ b/endings/its_raining_bread.tscn @@ -0,0 +1,27 @@ +[gd_scene load_steps=2 format=2] + +[ext_resource path="res://assets/InGeldBaden.png" type="Texture" id=1] + +[node name="Node2D" type="Node2D"] + +[node name="Itsrainingmoney" type="Sprite" parent="."] +position = Vector2( 476.626, 172.06 ) +scale = Vector2( 5, 5 ) +texture = ExtResource( 1 ) + +[node name="Label" type="Label" parent="."] +margin_left = 224.495 +margin_top = 439.229 +margin_right = 733.495 +margin_bottom = 555.229 +text = "After acquiring substantial amounts of money, +you are faced with the toughest decision of them all: +Will you acquire more money and grow your IT to the biggest of them all, +or will you sell out and just outsource the whole operation. +Naturally you choose the latter and spend the rest on mozarella sticks. +Delicious. +(This ending increases your risk of dying of cardiovascular diseases by a tenfold." +align = 1 +__meta__ = { +"_edit_use_anchors_": false +} diff --git a/endings/youve_been_jailed.tscn b/endings/youve_been_jailed.tscn new file mode 100644 index 0000000..da18606 --- /dev/null +++ b/endings/youve_been_jailed.tscn @@ -0,0 +1,26 @@ +[gd_scene load_steps=2 format=2] + +[ext_resource path="res://assets/JudgeEnding.png" type="Texture" id=1] + +[node name="Node2D" type="Node2D"] +position = Vector2( 2.78955, 0 ) + +[node name="JudgeEnding" type="Sprite" parent="."] +position = Vector2( 496.908, 240.549 ) +scale = Vector2( 4, 4 ) +texture = ExtResource( 1 ) + +[node name="Label" type="Label" parent="."] +margin_left = 403.954 +margin_top = 498.3 +margin_right = 671.954 +margin_bottom = 580.3 +text = "When you seee him at the table, +he turns out to be rather stable, +and when the haaamer hits the wood top, +He's the baddest fucker in the courthouse +(then he does the jail dance)" +align = 1 +__meta__ = { +"_edit_use_anchors_": false +} |