Skip to content

Commit f720d59

Browse files
Updated to Defold 1.8.0
1 parent c2784f4 commit f720d59

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

game.project

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ height = 640
1010

1111
[project]
1212
title = HtmlLoader
13-
version = 1.0.0
13+
version = 1.1.0
1414

1515
[library]
1616
include_dirs = html_loader
@@ -28,3 +28,4 @@ background_color = rgba(255,255,255,1)
2828
loader_main_color = rgba(26, 114, 235, 1)
2929
loader_additional_color = rgba(26, 114, 235, 0.2)
3030
loader_frame_color = rgba(255, 255, 255, 1)
31+

html_loader/lib/web/lib_html_loader.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ var LibHtmlLoader = {
2222
}
2323

2424
autoAddDeps(LibHtmlLoader, '$HtmlLoaderLibrary');
25-
mergeInto(LibraryManager.library, LibHtmlLoader);
25+
addToLibrary(LibHtmlLoader);

0 commit comments

Comments
 (0)