-
-
Notifications
You must be signed in to change notification settings - Fork 101
DeckLoader
Divided by Zer0 edited this page Jul 11, 2021
·
3 revisions
Extends: MenuButton
Gathers all deck files on disk and creates a popup menu for the player To select one to load.
func load_all_decks() -> Array
Returns an Array of Dictionaries, where each dictionary is the details of a deck loaded from disk.
- signal deck_loaded(deck): This signal carries the chosen deck contents in a dictionary.