@@ -40,17 +40,17 @@ Here is a list of most feature tags in Godot. Keep in mind they are **case-sensi
4040+-----------------+----------------------------------------------------------+
4141| **Feature tag ** | **Description ** |
4242+=================+==========================================================+
43- | **android ** | Running on Android |
43+ | **android ** | Running on Android (but not within a Web browser) |
4444+-----------------+----------------------------------------------------------+
45- | **bsd ** | Running on \* BSD |
45+ | **bsd ** | Running on \* BSD (but not within a Web browser) |
4646+-----------------+----------------------------------------------------------+
47- | **linux ** | Running on Linux |
47+ | **linux ** | Running on Linux (but not within a Web browser) |
4848+-----------------+----------------------------------------------------------+
49- | **macos ** | Running on macOS |
49+ | **macos ** | Running on macOS (but not within a Web browser) |
5050+-----------------+----------------------------------------------------------+
51- | **ios ** | Running on iOS |
51+ | **ios ** | Running on iOS (but not within a Web browser) |
5252+-----------------+----------------------------------------------------------+
53- | **uwp ** | Running on UWP |
53+ | **uwp ** | Running on UWP (but not within a Web browser) |
5454+-----------------+----------------------------------------------------------+
5555| **windows ** | Running on Windows |
5656+-----------------+----------------------------------------------------------+
@@ -106,6 +106,16 @@ Here is a list of most feature tags in Godot. Keep in mind they are **case-sensi
106106+-----------------+----------------------------------------------------------+
107107| **web ** | Host OS is a Web browser |
108108+-----------------+----------------------------------------------------------+
109+ | **web_android ** | Host OS is a Web browser running on Android |
110+ +-----------------+----------------------------------------------------------+
111+ | **web_ios ** | Host OS is a Web browser running on iOS |
112+ +-----------------+----------------------------------------------------------+
113+ | **web_linuxbsd**| Host OS is a Web browser running on Linux or \* BSD |
114+ +-----------------+----------------------------------------------------------+
115+ | **web_macos ** | Host OS is a Web browser running on macOS |
116+ +-----------------+----------------------------------------------------------+
117+ | **web_windows ** | Host OS is a Web browser running on Windows |
118+ +-----------------+----------------------------------------------------------+
109119| **etc ** | Textures using ETC1 compression are supported |
110120+-----------------+----------------------------------------------------------+
111121| **etc2 ** | Textures using ETC2 compression are supported |
0 commit comments