improvement: add a mimetype class

This commit is contained in:
xananax prozaxx 2022-06-25 10:56:00 +02:00
parent eeb6744947
commit 5380b59ee2
2 changed files with 8701 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@ -13,9 +13,15 @@ _global_script_classes=[ {
"class": "HTTPServer",
"language": "GDScript",
"path": "res://addons/http_server/http_server.gd"
}, {
"base": "Reference",
"class": "MimeTypeHelper",
"language": "GDScript",
"path": "res://addons/http_server/mimetypes.gd"
} ]
_global_script_class_icons={
"HTTPServer": ""
"HTTPServer": "",
"MimeTypeHelper": ""
}
[application]