mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2025-12-15 08:34:43 +01:00
final commit
This commit is contained in:
11
src/ui/components/menu/GamePathNotify.css
Normal file
11
src/ui/components/menu/GamePathNotify.css
Normal file
@@ -0,0 +1,11 @@
|
||||
.GameInstallNotify {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
background-color: rgb(39, 39, 39);
|
||||
color: white;
|
||||
}
|
||||
|
||||
#pointer {
|
||||
position: absolute;
|
||||
right: 85px;
|
||||
}
|
||||
13
src/ui/components/menu/GamePathNotify.tsx
Normal file
13
src/ui/components/menu/GamePathNotify.tsx
Normal file
@@ -0,0 +1,13 @@
|
||||
import React from 'react'
|
||||
import './GamePathNotify.css'
|
||||
|
||||
export default class GamePathNotify extends React.Component {
|
||||
render() {
|
||||
return (
|
||||
<div className="GameInstallNotify">
|
||||
<span>You need to set your game path in the options!</span>
|
||||
<span id="pointer">here ^</span>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user