et hop un troisième
continuous-integration/drone/push Build is failing Details

Persistance
Thomas Chazot 2 years ago
parent 14f75a0429
commit 2065fd11b5

@ -43,7 +43,7 @@ FC<{game: Game, nav: any}> =
<Pressable onPress={() => createNewMatchSolo(game, nav)}> <Pressable onPress={() => createNewMatchSolo(game, nav)}>
<Image <Image
style={styles.image} style={styles.image}
source={{uri: useMatchStore().match?.getGame().getImageSource()}} source={{uri: game.getImageSource()}}
/> />
<Text style={styles.name}>{game.getName()}</Text> <Text style={styles.name}>{game.getName()}</Text>
</Pressable> </Pressable>

@ -13,7 +13,7 @@ import { GameSolo } from '../core/gameSolo';
let tabConv:Conversation[]=[]; let tabConv:Conversation[]=[];
const cookieClicker= new GameSolo(1, "Cookie Clicker", require('../../assets/Icons/UnSelected/Gamepad.png'), "/Games/CookieClicker/cookieClicker.tsx", 1, 1, new Map<number,number>); const cookieClicker= new GameSolo(1, "Cookie Clicker", "https://codefirst.iut.uca.fr/git/BOB_PARTEAM/BOB_PARTY/raw/branch/typescript/bob_party/assets/ImagesJeux/Pong.png", "/Games/CookieClicker/cookieClicker.tsx", 1, 1, new Map<number,number>);
function GameChoice(props: { navigation: any; }) { function GameChoice(props: { navigation: any; }) {

Loading…
Cancel
Save