fix most of the script errors and warnings, fixed a couple tiny bugs in the process :)
This commit is contained in:
parent
9435089f21
commit
72733db609
23 changed files with 55 additions and 63 deletions
|
@ -7,7 +7,6 @@ const LevelSelect := preload("res://menus/level_select_scholar.tscn")
|
|||
onready var shards: Node2D = $ShardsAndBonuses/Shards
|
||||
onready var score = $Score
|
||||
onready var time = $Time
|
||||
onready var final_score: Label = $FinalScore
|
||||
onready var animation_player = $AnimationPlayer
|
||||
#Score bonuses
|
||||
onready var collection_bonus_score = $ShardsAndBonuses/Bonuses/CollectionBonus/CollectionBonusScore
|
||||
|
@ -54,7 +53,7 @@ func _physics_process(delta: float) -> void:
|
|||
animation_player.set_speed_scale(4)
|
||||
|
||||
|
||||
func final_score():
|
||||
func show_final_score():
|
||||
animation_player.set_speed_scale(2)
|
||||
text_3d.animation_player.set_speed_scale(1)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue