Adding required nectar to game state
This commit is contained in:
parent
5865778c77
commit
0127257d05
3 changed files with 11 additions and 1 deletions
|
|
@ -21,3 +21,4 @@ func update_ui():
|
|||
Log.pr("UIComponent update_ui")
|
||||
|
||||
nectar_bar.value = GameState.gathered_nectar
|
||||
nectar_bar.max_value = GameState.required_nectar
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue