Collision
This commit is contained in:
@@ -2,7 +2,7 @@ import { Component } from "$/common/ecs/mod.ts";
|
||||
import { KeyCode } from "$/client/input_manager.ts";
|
||||
|
||||
export class PlayerControls extends Component {
|
||||
move_speed: number = 50;
|
||||
move_speed: number = 5;
|
||||
|
||||
// Keys
|
||||
move_forward: KeyCode = "KeyW";
|
||||
|
||||
Reference in New Issue
Block a user