Skip to content

Conversation

@Distractic
Copy link
Collaborator

We need a GUI to open options, games, or something else.
To have better management of them through multi-thread and memory, we created some GUI:

  • PlayerGUI: Each player has a dedicated inventory loaded with his information (maybe stats, name, etc.)
  • LocaleGUI: Shared inventory dedicated to one language. If two players have the same language, they will share the same inventory
  • SingleGUI: Unique inventory shared with everyone

We added a way to animate inventory loading to avoid a "lag" sensation between the order to open the GUI and the load of data from IO operations.

@Distractic Distractic added the enhancement New feature or request label Dec 19, 2023
@Distractic Distractic requested a review from Quentixx December 19, 2023 09:24
@Distractic Distractic self-assigned this Dec 19, 2023
@Distractic
Copy link
Collaborator Author

I want to add a way to update the inventory of one client

@Distractic Distractic marked this pull request as ready for review December 20, 2023 13:06
@sonarqubecloud
Copy link

sonarqubecloud bot commented Sep 7, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants