summaryrefslogtreecommitdiff
path: root/components
diff options
context:
space:
mode:
authorJonas Bernard <public.jbernard@web.de>2021-04-25 15:45:35 +0200
committerJonas Bernard <public.jbernard@web.de>2021-04-25 15:45:35 +0200
commit2115f2305a09fce17cb2ebc74c42c2a48f4dff21 (patch)
treeb575674d10026878c055ffdc866fd994cc18a5f5 /components
parenta8d0cd8b68131251cf07fff6fd01817012f23d8a (diff)
downloadldjam48-2115f2305a09fce17cb2ebc74c42c2a48f4dff21.tar.gz
ldjam48-2115f2305a09fce17cb2ebc74c42c2a48f4dff21.tar.bz2
ldjam48-2115f2305a09fce17cb2ebc74c42c2a48f4dff21.zip
Introduction
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):