@@ -40,17 +40,17 @@ Here is a list of most feature tags in Godot. Keep in mind they are **case-sensi
40
40
+-----------------+----------------------------------------------------------+
41
41
| **Feature tag ** | **Description ** |
42
42
+=================+==========================================================+
43
- | **android ** | Running on Android |
43
+ | **android ** | Running on Android (but not within a Web browser) |
44
44
+-----------------+----------------------------------------------------------+
45
- | **bsd ** | Running on \* BSD |
45
+ | **bsd ** | Running on \* BSD (but not within a Web browser) |
46
46
+-----------------+----------------------------------------------------------+
47
- | **linux ** | Running on Linux |
47
+ | **linux ** | Running on Linux (but not within a Web browser) |
48
48
+-----------------+----------------------------------------------------------+
49
- | **macos ** | Running on macOS |
49
+ | **macos ** | Running on macOS (but not within a Web browser) |
50
50
+-----------------+----------------------------------------------------------+
51
- | **ios ** | Running on iOS |
51
+ | **ios ** | Running on iOS (but not within a Web browser) |
52
52
+-----------------+----------------------------------------------------------+
53
- | **uwp ** | Running on UWP |
53
+ | **uwp ** | Running on UWP (but not within a Web browser) |
54
54
+-----------------+----------------------------------------------------------+
55
55
| **windows ** | Running on Windows |
56
56
+-----------------+----------------------------------------------------------+
@@ -106,6 +106,16 @@ Here is a list of most feature tags in Godot. Keep in mind they are **case-sensi
106
106
+-----------------+----------------------------------------------------------+
107
107
| **web ** | Host OS is a Web browser |
108
108
+-----------------+----------------------------------------------------------+
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
+ +-----------------+----------------------------------------------------------+
109
119
| **etc ** | Textures using ETC1 compression are supported |
110
120
+-----------------+----------------------------------------------------------+
111
121
| **etc2 ** | Textures using ETC2 compression are supported |
0 commit comments