Slight shuffling of scene files, resources; export presets for macOS
built added.
This commit is contained in:
parent
8175e1469d
commit
a0e8e394a9
63 changed files with 354 additions and 1087 deletions
|
|
@ -4,9 +4,9 @@ extends MarginContainer
|
|||
@onready var score_counter = $HBoxContainer/ScoreCounter
|
||||
|
||||
func update_score(value):
|
||||
score_counter.display_digits(value)
|
||||
score_counter.display_digits(value)
|
||||
|
||||
|
||||
func update_shield(max_value, value):
|
||||
shield_bar.max_value = max_value
|
||||
shield_bar.value = value
|
||||
shield_bar.max_value = max_value
|
||||
shield_bar.value = value
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue