split main launcher into seperate file

This commit is contained in:
SpikeHD
2022-07-21 22:41:15 -07:00
parent d28af907ec
commit 011b15c8d9
7 changed files with 229 additions and 160 deletions

View File

@@ -44,7 +44,7 @@ class Debug extends React.Component {
render() {
return (
<div className="App">
<TopBar optFunc={none} downFunc={none} gameFunc={none} />
<TopBar optFunc={none} downFunc={none} gameFunc={none} modFunc={none} />
<TextInput readOnly={false} initalValue={'change to set proxy address'} onChange={setProxyAddress} />
<button onClick={startProxy}>start proxy</button>
<button onClick={stopProxy}>stop proxy</button>