summaryrefslogtreecommitdiff
path: root/components
diff options
context:
space:
mode:
Diffstat (limited to 'components')
-rw-r--r--components/textreveal.gd1
1 files changed, 0 insertions, 1 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):