mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2025-05-01 20:42:01 +02:00
Reload card store when reloading a level
This commit is contained in:
parent
7c96367d72
commit
00ec6f6700
2 changed files with 2 additions and 0 deletions
scenes
|
@ -121,6 +121,7 @@ func load_level(level_id):
|
|||
|
||||
|
||||
func reload_level():
|
||||
cards.load_card_store()
|
||||
levels.reload()
|
||||
load_level(game.current_level)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue