- skin working
    - fix bug three js lobby page
    - add notification for join a invitation
Game
    - fix bug fade
This commit is contained in:
Kum1ta
2024-09-28 03:15:41 +02:00
parent b2bc0f2190
commit afb5742e65
13 changed files with 116 additions and 108 deletions

View File

@ -6,7 +6,7 @@
# By: edbernar <edbernar@student.42angouleme. +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2024/09/13 16:20:58 by tomoron #+# #+# #
# Updated: 2024/09/28 02:15:53 by tomoron ### ########.fr #
# Updated: 2024/09/28 02:31:10 by edbernar ### ########.fr #
# #
# **************************************************************************** #
@ -70,7 +70,7 @@ class Game:
self.bot = withBot
self.started = False
self.end = False
slef.left = None
self.left = None
self.p1Pos = {"pos":0, "up": False}
self.p2Pos = {"pos":0, "up": False}