File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -712,7 +712,7 @@ if (!hasWebAssembly) {
712
712
Module . setStatus ( "Your browser doesn't have WebAssembly support. Please upgrade." ) ;
713
713
} else {
714
714
var buildtype = "wasm" ;
715
- var module = "dragonruby-" + buildtype + ".js" ;
715
+ var module = "dragonruby-" + buildtype + ".js?version=7fb4a4a9-3d26-4299-9809-6039f6c5b89e " ;
716
716
window . gtk = { } ;
717
717
window . gtk . module = Module ;
718
718
Original file line number Diff line number Diff line change 72
72
outline : none;
73
73
}
74
74
</ style >
75
- < link rel ="stylesheet " href ="game.css " />
75
+ < link rel ="stylesheet " href ="game.css?version=7fb4a4a9-3d26-4299-9809-6039f6c5b89e " />
76
76
< title > DragonRuby Game Toolkit Tutorial</ title >
77
77
</ head >
78
78
< body id ='toplevel '>
86
86
< progress value ="0 " max ="100 " id ="progress "> </ progress >
87
87
</ div >
88
88
89
- < script type ='text/javascript ' src ='dragonruby-html5-loader.js '> </ script >
89
+ < script type ='text/javascript ' src ='dragonruby-html5-loader.js?version=7fb4a4a9-3d26-4299-9809-6039f6c5b89e '> </ script >
90
90
</ body >
91
91
</ html >
Original file line number Diff line number Diff line change 2
2
< html lang ="en-us ">
3
3
< head >
4
4
< meta charset ="utf-8 ">
5
- < link rel ="stylesheet " href ="index.css " />
5
+ < link rel ="stylesheet " href ="index.css?version=7fb4a4a9-3d26-4299-9809-6039f6c5b89e " />
6
6
< title > DragonRuby Game Toolkit Tutorial</ title >
7
7
< script >
8
8
function tutorialUrl ( ) {
@@ -86,7 +86,7 @@ <h1>Tutorials</h1>
86
86
</ div >
87
87
</ div >
88
88
89
- < iframe id ="game-frame " src ="game.html " scrolling ="no "> </ iframe >
89
+ < iframe id ="game-frame " src ="game.html?version=7fb4a4a9-3d26-4299-9809-6039f6c5b89e " scrolling ="no "> </ iframe >
90
90
91
91
< script >
92
92
function hotload ( ) {
You can’t perform that action at this time.
0 commit comments