浏览代码

No HeadsetType;

bjorn 4 年之前
父节点
当前提交
76da592c6d
共有 2 个文件被更改,包括 197 次插入413 次删除
  1. 197 383
      api/init.lua
  2. 0 30
      api/lovr/headset/HeadsetType.lua

文件差异内容过多而无法显示
+ 197 - 383
api/init.lua


+ 0 - 30
api/lovr/headset/HeadsetType.lua

@@ -1,30 +0,0 @@
-return {
-  summary = 'Types of VR headsets.',
-  description = 'Types of headsets LÖVR recognizes.',
-  values = {
-    {
-      name = 'vive',
-      description = 'HTC Vive.'
-    },
-    {
-      name = 'rift',
-      description = 'Oculus Rift.'
-    },
-    {
-      name = 'go',
-      description = 'Oculus Go.'
-    },
-    {
-      name = 'gear',
-      description = 'Gear VR.'
-    },
-    {
-      name = 'windowsmr',
-      description = 'A Windows Mixed Reality headset.'
-    },
-    {
-      name = 'unknown',
-      description = 'An unknown headset.'
-    }
-  }
-}

部分文件因为文件数量过多而无法显示