godot/platform/javascript/export
Hugo Locurcio 2daaf0fdc3
Make platform feature tag names lowercase
Feature tag names are still case-sensitive, but this makes built-in
feature tags more consistent.

- `Windows` -> `windows`
- `OSX` -> `osx`
- `LinuxBSD` -> `linuxbsd`
- `Android` -> `android`
- `iOS` -> `ios`
- `HTML5` -> `html5`
- `JavaScript` -> `javascript`
- `UWP` -> `uwp`
2021-08-31 20:34:44 +02:00
..
export.cpp Split javascript export template into multiple files 2021-08-12 17:18:36 +03:00
export.h Split javascript export template into multiple files 2021-08-12 17:18:36 +03:00
export_plugin.cpp Split javascript export template into multiple files 2021-08-12 17:18:36 +03:00
export_plugin.h Make platform feature tag names lowercase 2021-08-31 20:34:44 +02:00
export_server.h Split javascript export template into multiple files 2021-08-12 17:18:36 +03:00