workadventure/front/src/Phaser/Login
David Négrier e3ee66527a Fixing bug slowing down the CustomizeScene a lot
By forcing the containers to be updated only in the "update" method, we seem to be solving some bugs regarding the way sprites are handled.
There is still an issue though. Some times, for some reasons, the update list seems to be growing a lot.
The more we click the left/right arrow to choose a character, the slower it gets (but with this commit, it does not lock anymore)
2021-06-14 16:32:09 +02:00
..
AbstractCharacterScene.ts Setting "importsNotUsedAsValues": "error" 2021-05-12 09:13:25 +02:00
CustomizeScene.ts Fixing bug slowing down the CustomizeScene a lot 2021-06-14 16:32:09 +02:00
EnableCameraScene.ts Migrating EnableCameraScene to Svelte 2021-06-01 16:17:36 +02:00
EntryScene.ts Merge branch 'develop' of github.com:thecodingmachine/workadventure into resolution 2021-05-05 11:01:11 +02:00
LoginScene.ts Migrating LoginScene to Svelte 2021-05-31 17:03:29 +02:00
ResizableScene.ts correction of resize select character and companion by David 2021-05-31 10:20:48 +02:00
SelectCharacterMobileScene.ts Save zoom level in the gameScene and restore it after the SelectCharacterScene and CustomizeScene 2021-06-02 18:01:36 +02:00
SelectCharacterScene.ts Improve texture loaded from admin (#1151) 2021-06-09 22:33:42 +02:00
SelectCompanionScene.ts comment on pointerTimer and pointerClicked 2021-06-07 09:17:24 +02:00