1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-08-03 11:57:34 +02:00

add basic Js13kgames mode

This commit is contained in:
Kushagra Gour
2018-06-30 11:07:55 +05:30
parent b0eee8f555
commit 800504e1fd
9 changed files with 408 additions and 74 deletions

View File

@@ -286,6 +286,14 @@ export default class Settings extends Component {
pref={this.props.prefs.isCodeBlastOn}
onChange={this.updateSetting.bind(this)}
/>
<CheckboxSetting
title="Get ready to build some games at JS13KGames"
label="JS13KGames Mode"
name="isJs13kModeOn"
pref={this.props.prefs.isJs13kModeOn}
onChange={this.updateSetting.bind(this)}
/>
</p>
<hr />