Disable animation autorun

This commit is contained in:
CactiChameleon9 2022-07-26 08:48:47 +01:00
parent eb29b2ce44
commit 87a5c280d6

View File

@ -18,7 +18,6 @@ var card : Card = Card.new() setget update_cardview
func _ready(): func _ready():
update_cardview() update_cardview()
connect_signals() connect_signals()
card_view_run()
func update_cardview(new_card = null): func update_cardview(new_card = null):