|
|
@ -26,7 +26,11 @@ import { Link } from 'react-router-dom';
|
|
|
|
import Button from 'react-bootstrap/Button';
|
|
|
|
import Button from 'react-bootstrap/Button';
|
|
|
|
import Offcanvas from 'react-bootstrap/Offcanvas';
|
|
|
|
import Offcanvas from 'react-bootstrap/Offcanvas';
|
|
|
|
|
|
|
|
|
|
|
|
const InGame = () => {
|
|
|
|
/* Model */
|
|
|
|
|
|
|
|
import Stub from '../source/Stub';
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//@ts-ignore
|
|
|
|
|
|
|
|
const InGame = ({locale}) => {
|
|
|
|
const [showChoiceBar, setShowChoiceBar] = useState(false);
|
|
|
|
const [showChoiceBar, setShowChoiceBar] = useState(false);
|
|
|
|
|
|
|
|
|
|
|
|
const theme = useTheme();
|
|
|
|
const theme = useTheme();
|
|
|
@ -70,6 +74,9 @@ const InGame = () => {
|
|
|
|
window.open(url);
|
|
|
|
window.open(url);
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
const indices = Stub.GenerateIndice()
|
|
|
|
|
|
|
|
|
|
|
|
return (
|
|
|
|
return (
|
|
|
|
<div id="mainDiv">
|
|
|
|
<div id="mainDiv">
|
|
|
|
<div className='upperInfo'
|
|
|
|
<div className='upperInfo'
|
|
|
|