Explorar o código

Added support for gltf format (ie: json) to ted2.

Mark Sibly %!s(int64=8) %!d(string=hai) anos
pai
achega
d06d35e3f4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/ted2/jsondocument.monkey2

+ 1 - 1
src/ted2/jsondocument.monkey2

@@ -70,7 +70,7 @@ Class JsonDocumentType Extends Ted2DocumentType
 	Method New()
 		AddPlugin( Self )
 		
-		Extensions=New String[]( ".json" )
+		Extensions=New String[]( ".json",".gltf" )
 	End
 	
 	Method OnCreateDocument:Ted2Document( path:String ) Override