Is it possible to save a game progression with such package? #452
Answered
by
jeffreylanters
ghost
asked this question in
Question and Answer
-
Is it possible to save a game progression with such package? |
Beta Was this translation helpful? Give feedback.
Answered by
jeffreylanters
Sep 20, 2022
Replies: 1 comment
-
Yeah, absolutely. You can for example use the event system in combination with the browser's local storage in order to save any data locally to the device. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jeffreylanters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yeah, absolutely. You can for example use the event system in combination with the browser's local storage in order to save any data locally to the device.