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 /components | |
parent | a8d0cd8b68131251cf07fff6fd01817012f23d8a (diff) | |
download | ldjam48-2115f2305a09fce17cb2ebc74c42c2a48f4dff21.tar.gz ldjam48-2115f2305a09fce17cb2ebc74c42c2a48f4dff21.tar.bz2 ldjam48-2115f2305a09fce17cb2ebc74c42c2a48f4dff21.zip |
Introduction
Diffstat (limited to 'components')
-rw-r--r-- | components/textreveal.gd | 1 |
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): |