Added tags and updated doc

This commit is contained in:
Leandro (cerberus1746) Benedet Garcia
2025-07-22 12:29:23 -03:00
parent 532a216444
commit 97f5aad069
2 changed files with 14 additions and 0 deletions
+4
View File
@@ -108,6 +108,10 @@ Here is a list of most feature tags in Godot. Keep in mind they are **case-sensi
+--------------------+----------------------------------------------------------+
| **web** | Host OS is a Web browser |
+--------------------+----------------------------------------------------------+
| **nothreads** | Running without threading support |
+--------------------+----------------------------------------------------------+
| **threads** | Running with threading support |
+--------------------+----------------------------------------------------------+
| **web_android** | Host OS is a Web browser running on Android |
+--------------------+----------------------------------------------------------+
| **web_ios** | Host OS is a Web browser running on iOS |