diff options
author | Jonas Bernard <public.jbernard@web.de> | 2021-04-25 15:45:35 +0200 |
---|---|---|
committer | Jonas Bernard <public.jbernard@web.de> | 2021-04-25 15:45:35 +0200 |
commit | 2115f2305a09fce17cb2ebc74c42c2a48f4dff21 (patch) | |
tree | b575674d10026878c055ffdc866fd994cc18a5f5 | |
parent | a8d0cd8b68131251cf07fff6fd01817012f23d8a (diff) | |
download | ldjam48-2115f2305a09fce17cb2ebc74c42c2a48f4dff21.tar.gz ldjam48-2115f2305a09fce17cb2ebc74c42c2a48f4dff21.tar.bz2 ldjam48-2115f2305a09fce17cb2ebc74c42c2a48f4dff21.zip |
Introduction
-rw-r--r-- | components/textreveal.gd | 1 | ||||
-rw-r--r-- | scenes/introduction.tscn | 19 |
2 files changed, 13 insertions, 7 deletions
diff --git a/components/textreveal.gd b/components/textreveal.gd index ed048e1..e1fa4cc 100644 --- a/components/textreveal.gd +++ b/components/textreveal.gd @@ -19,7 +19,6 @@ var t = 0 # Called when the node enters the scene tree for the first time. func _ready(): theme = preload("res://fonts/Flipps_Theme.tres") - align = Label.ALIGN_CENTER # Called every frame. 'delta' is the elapsed time since the previous frame. func _process(delta): diff --git a/scenes/introduction.tscn b/scenes/introduction.tscn index 66fc128..fc5abc1 100644 --- a/scenes/introduction.tscn +++ b/scenes/introduction.tscn @@ -13,18 +13,25 @@ script = ExtResource( 2 ) texture = ExtResource( 4 ) [node name="TextReveal" type="Label" parent="."] -margin_left = -773.0 +margin_left = -500.0 margin_top = -16.0 -margin_right = 774.0 +margin_right = 500.0 margin_bottom = 366.0 script = ExtResource( 1 ) __meta__ = { "_edit_use_anchors_": false } -to_render = "AHAHAHAHHAHAHA -Cock and ball torture (CBT), occasionally known as penis torture, -dick torture or male genitorture, is a sexual activity involving application -of pain or constriction to the penis or testicles. " +to_render = "Hi Tim, + +past monday, the following happend to me: + +I played deeper but lighter... + +this was just incredible. Try it out yourself. + +Kind reguards, + +Max" speed = 10.0 [node name="Continue" parent="." instance=ExtResource( 3 )] |