From 6768cd461ec1a8ea87c0f64e1b3c29e36b0b02ed Mon Sep 17 00:00:00 2001 From: Rubén Beltrán del Río Date: Mon, 23 Apr 2018 07:58:20 -0500 Subject: Draw the Arena (#7) * Add defaults to config * Create arena sprite * Draw the arena * Draw a face when cooling down the dash * Correct linter issues --- lib/components/dash.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/components') diff --git a/lib/components/dash.js b/lib/components/dash.js index de1fe2c..77807ef 100644 --- a/lib/components/dash.js +++ b/lib/components/dash.js @@ -37,7 +37,7 @@ export default class DashComponent extends Component { * @instance * @memberof DashComponent */ - this.cooldown = this.cooldown || 4000; + this.cooldown = this.cooldown || 3000; /** * Current cooldown -- cgit