Skip to content
Snippets Groups Projects
Commit a4f9e340 authored by Greg Fodor's avatar Greg Fodor
Browse files

Refactor

parent f27e0afc
No related branches found
No related tags found
No related merge requests found
const playerHeight = 1.6;
import qsTruthy from "./utils/qs_truthy"; import qsTruthy from "./utils/qs_truthy";
import screenfull from "screenfull"; import screenfull from "screenfull";
import { inGameActions } from "./input-mappings"; import { inGameActions } from "./input-mappings";
const playerHeight = 1.6;
const isBotMode = qsTruthy("bot"); const isBotMode = qsTruthy("bot");
const isMobile = AFRAME.utils.device.isMobile(); const isMobile = AFRAME.utils.device.isMobile();
const isDebug = qsTruthy("debug"); const isDebug = qsTruthy("debug");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment