From 2115f2305a09fce17cb2ebc74c42c2a48f4dff21 Mon Sep 17 00:00:00 2001 From: Jonas Bernard Date: Sun, 25 Apr 2021 15:45:35 +0200 Subject: Introduction --- components/textreveal.gd | 1 - 1 file changed, 1 deletion(-) (limited to 'components') 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): -- cgit