Explorar o código

adding the inspector to the publisher

Raanan Weber %!s(int64=8) %!d(string=hai) anos
pai
achega
b968198e0c
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      Tools/Publisher/index.js

+ 4 - 0
Tools/Publisher/index.js

@@ -35,6 +35,10 @@ let packages = [
     {
         name: 'proceduralTextures',
         path: basePath + '/proceduralTexturesLibrary/'
+    },
+    {
+        name: 'inspector',
+        path: basePath + '/inspector/'
     }
 ];