diff options
Diffstat (limited to 'scenes')
| -rw-r--r-- | scenes/introduction.gd | 5 | ||||
| -rw-r--r-- | scenes/introduction.tscn | 24 |
2 files changed, 16 insertions, 13 deletions
diff --git a/scenes/introduction.gd b/scenes/introduction.gd index 8c4f525..7db2651 100644 --- a/scenes/introduction.gd +++ b/scenes/introduction.gd @@ -1,11 +1,8 @@ extends Node -onready var textreveal = $Textreveal +onready var textreveal = $TextReveal # Called when the node enters the scene tree for the first time. func _ready(): textreveal.start() - -func _on_Textreveal_finished_reveal(): - print("Done") diff --git a/scenes/introduction.tscn b/scenes/introduction.tscn index f36644a..460ced3 100644 --- a/scenes/introduction.tscn +++ b/scenes/introduction.tscn @@ -1,16 +1,22 @@ [gd_scene load_steps=3 format=2] -[ext_resource path="res://components/textreveal.tscn" type="PackedScene" id=1] +[ext_resource path="res://components/textreveal.gd" type="Script" id=1] [ext_resource path="res://scenes/introduction.gd" type="Script" id=2] [node name="CanvasLayer" type="Node2D"] +position = Vector2( 654.009, 325.417 ) script = ExtResource( 2 ) -[node name="Textreveal" parent="." instance=ExtResource( 1 )] -position = Vector2( 639.655, 256.718 ) -text = "Long long time ago -i fucked your mom -lmao jk, meant your dad" -speed = 10.0 - -[connection signal="finished_reveal" from="Textreveal" to="." method="_on_Textreveal_finished_reveal"] +[node name="TextReveal" type="Label" parent="."] +margin_left = 715.918 +margin_top = 322.242 +margin_right = 755.918 +margin_bottom = 336.242 +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. " |
