瀏覽代碼

Console support writing fixes

Max Hilbrunner 7 年之前
父節點
當前提交
9b7d76250f
共有 1 個文件被更改,包括 3 次插入5 次删除
  1. 3 5
      tutorials/platform/consoles.rst

+ 3 - 5
tutorials/platform/consoles.rst

@@ -6,17 +6,15 @@ Console Support in Godot
 Official Support
 Official Support
 ----------------
 ----------------
 
 
-Godot does not officially support consoles (save for XBox One via UWP), and
-this situation will most likely never change.
+Godot does not officially support consoles (save for XBox One via UWP) currently.
 
 
 The reasons for this are:
 The reasons for this are:
 
 
-* To develop for consoles, one must be licensed as a company. Godot, as an open source project, does not have such legal figure. 
+* To develop for consoles, one must be licensed as a company. Godot, as an open source project, does not have such a legal figure. 
 * Console SDKs are secret, and protected by non-disclosure agreements. Even if we could get access to them, we could not publish the code as open-source.
 * Console SDKs are secret, and protected by non-disclosure agreements. Even if we could get access to them, we could not publish the code as open-source.
 * Consoles require specialized hardware to develop for, so regular individuals can't create games for them anyway.
 * Consoles require specialized hardware to develop for, so regular individuals can't create games for them anyway.
 
 
-This, however, does not mean you can't port your games to console. It's
-quite the contrary.
+This, however, does not mean you can't port your games to consoles. Quite the contrary.
 
 
 Third-Party Support
 Third-Party Support
 --------------------
 --------------------