mimetypes #1

Merged
yagich merged 4 commits from mimetypes into main 2022-06-25 14:45:51 +00:00
2 changed files with 8701 additions and 1 deletions
Showing only changes of commit 5380b59ee2 - Show all commits

File diff suppressed because it is too large Load Diff

View File

@ -13,9 +13,15 @@ _global_script_classes=[ {
"class": "HTTPServer", "class": "HTTPServer",
"language": "GDScript", "language": "GDScript",
"path": "res://addons/http_server/http_server.gd" "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={ _global_script_class_icons={
"HTTPServer": "" "HTTPServer": "",
"MimeTypeHelper": ""
} }
[application] [application]