Cleanup: renaming "frame" to "character"
authorDavid Négrier <d.negrier@thecodingmachine.com>
Fri, 8 May 2020 13:18:22 +0000 (15:18 +0200)
committerDavid Négrier <d.negrier@thecodingmachine.com>
Fri, 8 May 2020 13:18:22 +0000 (15:18 +0200)
commit492196b3334ccb6765574a667c364834541d0acb
tree975eb2b5e1f4e9096bb575fdcb16c95e263eff3b
parentddbd4f4c06cd6b1e9b8ae124379e37beb17ee67d
Cleanup: renaming "frame" to "character"

The "frame" variable actually contains a string pointing to the character selected.
It has nothing to do with a frame which is usually a particular image in an animation.

I'm renaming the variable accross the application to avoid confusion.
back/src/Controller/IoSocketController.ts
back/src/Model/Websocket/ExSocketInterface.ts
back/src/Model/Websocket/ExtRoom.ts
back/src/Model/Websocket/Message.ts
back/tests/MessageTest.ts
front/src/Connexion.ts
front/src/Phaser/Game/GameManager.ts
front/src/Phaser/Game/GameScene.ts
front/src/Phaser/Player/Player.ts