hytopia 0.1.32 → 0.1.33
Sign up to get free protection for your applications and to get access to all the features.
package/docs/server.hytopia.md
CHANGED
package/docs/server.md
CHANGED
package/package.json
CHANGED
package/server.api.json
CHANGED
@@ -31335,7 +31335,7 @@
|
|
31335
31335
|
{
|
31336
31336
|
"kind": "Variable",
|
31337
31337
|
"canonicalReference": "server!HYTOPIA.SUPPORTED_INPUT_KEYS:var",
|
31338
|
-
"docComment": "/**\n * The input keys included in the PlayerInputState.\n *\n * @public\n */\n",
|
31338
|
+
"docComment": "/**\n * The input keys that can be included in the PlayerInputState.\n *\n * @public\n */\n",
|
31339
31339
|
"excerptTokens": [
|
31340
31340
|
{
|
31341
31341
|
"kind": "Content",
|
@@ -41302,7 +41302,7 @@
|
|
41302
41302
|
{
|
41303
41303
|
"kind": "Variable",
|
41304
41304
|
"canonicalReference": "server!SUPPORTED_INPUT_KEYS:var",
|
41305
|
-
"docComment": "/**\n * The input keys included in the PlayerInputState.\n *\n * @public\n */\n",
|
41305
|
+
"docComment": "/**\n * The input keys that can be included in the PlayerInputState.\n *\n * @public\n */\n",
|
41306
41306
|
"excerptTokens": [
|
41307
41307
|
{
|
41308
41308
|
"kind": "Content",
|
package/server.d.ts
CHANGED
@@ -2725,7 +2725,7 @@ export declare interface SpdMatrix3 extends SdpMatrix3 {
|
|
2725
2725
|
*/
|
2726
2726
|
export declare function startServer(init: (world: World) => void): void;
|
2727
2727
|
|
2728
|
-
/** The input keys included in the PlayerInputState. @public */
|
2728
|
+
/** The input keys that can be included in the PlayerInputState. @public */
|
2729
2729
|
export declare const SUPPORTED_INPUT_KEYS: readonly ["w", "a", "s", "d", "sp", "sh", "tb", "ml", "mr", "q", "e", "r", "f", "z", "x", "c", "v", "1", "2", "3", "4", "5", "6", "7", "8", "9", "0"];
|
2730
2730
|
|
2731
2731
|
/** A 3-dimensional vector. @public */
|