Enregistrement de trajet en train
This commit is contained in:
@ -27,7 +27,7 @@ export default function MapScreen() {
|
||||
visible={game.gameStarted || game.money > 0}
|
||||
size='small'
|
||||
color='black'
|
||||
icon={game.currentRunner ? 'run-fast' : 'police-badge'}
|
||||
icon={game.currentRunner ? 'run-fast' : () => <FontAwesome6 name='cat' size={20} />}
|
||||
label={game.currentRunner ? "Coureuse" : "Poursuiveuse"} />
|
||||
</Surface>
|
||||
)
|
||||
|
Reference in New Issue
Block a user