Compare commits
	
		
			2 Commits
		
	
	
		
			86d07570c6
			...
			main
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 105d2aad88 | |||
| 1f2bee0b08 | 
| @@ -2,7 +2,7 @@ | ||||
|   "expo": { | ||||
|     "name": "Traintrape-moi", | ||||
|     "slug": "traintrape-moi-client", | ||||
|     "version": "1.1.0", | ||||
|     "version": "1.1.1", | ||||
|     "orientation": "portrait", | ||||
|     "icon": "./assets/images/icon.png", | ||||
|     "scheme": "traintrapemoi", | ||||
|   | ||||
										
											Binary file not shown.
										
									
								
							| Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 17 KiB | 
										
											Binary file not shown.
										
									
								
							| Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 17 KiB | 
										
											Binary file not shown.
										
									
								
							| Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 17 KiB | 
| @@ -80,7 +80,7 @@ function PlayerLocationsMarkers({ setDisplayedPlayerId }: { setDisplayedPlayerId | ||||
|   const game = useGame() | ||||
|   const lastPlayerLocations = useLastPlayerLocations() | ||||
|   return lastPlayerLocations ? lastPlayerLocations | ||||
|     .filter(() => game.currentRunner === true || !game.gameStarted) | ||||
|     .filter(() => !game.currentRunner || !game.gameStarted) | ||||
|     .filter(playerLoc => playerLoc.playerId !== game.playerId) | ||||
|     .map(playerLoc => <PlayerLocationMarker key={`player-${playerLoc.playerId}-loc`} playerLocation={playerLoc} setDisplayedPlayerId={setDisplayedPlayerId} />) : <></> | ||||
| } | ||||
|   | ||||
| @@ -1,7 +1,7 @@ | ||||
| { | ||||
|   "name": "traintrape-moi-client", | ||||
|   "main": "expo-router/entry", | ||||
|   "version": "1.1.0", | ||||
|   "version": "1.1.1", | ||||
|   "scripts": { | ||||
|     "start": "expo start", | ||||
|     "android": "expo run:android", | ||||
|   | ||||
| @@ -1,6 +1,6 @@ | ||||
| { | ||||
|   "name": "traintrape-moi-server", | ||||
|   "version": "1.1.0", | ||||
|   "version": "1.1.1", | ||||
|   "description": "", | ||||
|   "author": "", | ||||
|   "private": true, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user