Comparing version 0.0.21 to 0.0.22
@@ -36,3 +36,3 @@ import { Component } from '../core'; | ||
handle_keys(tick_length, {f, b, l, r, u, d, pu, pd, yl, yr}) { | ||
handle_keys(tick_length, {f = 0, b = 0, l = 0, r = 0, u = 0, d = 0, pu = 0, pd = 0, yl = 0, yr = 0}) { | ||
const entity_transform = this.entity.get_component(Transform); | ||
@@ -39,0 +39,0 @@ const dist = tick_length / 1000 * this.move_speed; |
{ | ||
"name": "cervus", | ||
"version": "0.0.21", | ||
"version": "0.0.22", | ||
"author": "Michał Budzyński <michal@virtualdesign.pl>", | ||
@@ -5,0 +5,0 @@ "repository": "git@github.com:michalbe/cervus.git", |
172921