help and box shadows

This commit is contained in:
SpikeHD
2022-05-24 21:54:10 -07:00
parent b4a6c2cb35
commit 5c1f3ecbaf
6 changed files with 26 additions and 7 deletions

View File

@@ -6,6 +6,7 @@ import DownloadHandler from '../../../utils/download'
import './Game.css'
import DirInput from '../common/DirInput'
import BigButton from '../common/BigButton'
import HelpButton from '../common/HelpButton'
interface IProps {
closeFn: () => void;
@@ -44,6 +45,9 @@ export default class Downloads extends React.Component<IProps, IState> {
<Menu heading='Download Game' closeFn={this.props.closeFn} className="GameDownloadMenu">
<div className="GameDownload">
<BigButton id="downloadGameBtn" onClick={this.downloadGame}>Download Game</BigButton>
<HelpButton>
<Tr text="main.game_help_text" />
</HelpButton>
</div>
<div className="GameDownloadDir">