|
|
|
@ -6,18 +6,9 @@ import { Skin } from '../core/skin';
|
|
|
|
|
import { TopBar } from '../components/TopBar';
|
|
|
|
|
import { BotBar } from '../components/BotBar';
|
|
|
|
|
import { ElementAffichage } from '../components/Element';
|
|
|
|
|
import { GoBackBar } from '../components/GoBackBar';
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
const msc = require('../../assets/Icons/FondGris.png');
|
|
|
|
|
const avatar = require('../../assets/Icons/BobClassic.png');
|
|
|
|
|
const skinTest= new Skin("Bob",require('../../assets/Icons/BobClassic.png'));
|
|
|
|
|
const jeuTest= new Game("SNAKE", require('../../assets/Icons/UnSelected/Gamepad.png'),"ouin");
|
|
|
|
|
const cross = require('../../assets/Icons/UnSelected/Cross.png');
|
|
|
|
|
const gamepad = require('../../assets/Icons/Selected/SGamepad.png');
|
|
|
|
|
const message = require('../../assets/Icons/UnSelected/Chat.png');
|
|
|
|
|
const store = require('../../assets/Icons/UnSelected/Store.png');
|
|
|
|
|
|
|
|
|
|
function GameChoice(props: { navigation: any; }) {
|
|
|
|
|
const { navigation } = props
|
|
|
|
|
return (
|
|
|
|
|