Mark Sibly 7 年之前
父节点
当前提交
2415f5e64d
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      VERSIONS.TXT

+ 3 - 3
VERSIONS.TXT

@@ -1,11 +1,11 @@
 
 ***** Monkey2 v1.1.09 *****
 
-Completely nuked mojo App.Config system.
+Use SetConfig( "MX2_MOJO_TEXTURE_MAX_ANISOTROPY",n ) to set texture max anisotropy, 0 to 16.
 
-Use SetEnv( "MX2_MOJO_TEXTURE_MAX_ANISOTROPY",n ) to set texture anisotropy, 0 to 16.
+Nuked mojo App.Config system in favor of a simpler 'config setting' system in std.filesystem. Set SetConfig/GetConfig.
 
-gles20 module deprecated, use opengl module instead. gles20 may or may not still work, left it in there for the BlahEx funcs that people were using - pleasre copy these into your own project.
+gles20 module deprecated, use opengl module instead. gles20 may or may not still work, left it in there mainly for the BlahEx funcs that people were using - please copy these into your own project.
 
 Note: env_target.txt files in bin have CHANGED! Make sure to update your old ones if you've changed them.