mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-01-13 12:32:05 +01:00
doc: Indentation
This commit is contained in:
parent
2d0ec85a2b
commit
4abde5e205
@ -3,23 +3,23 @@
|
|||||||
<script>
|
<script>
|
||||||
'use strict';
|
'use strict';
|
||||||
window.addEventListener('load', function() {
|
window.addEventListener('load', function() {
|
||||||
function isProduction() {
|
function isProduction() {
|
||||||
var l = window.top.location;
|
var l = window.top.location;
|
||||||
if (l.hash === '#_production') {
|
if (l.hash === '#_production') {
|
||||||
return true;
|
return true;
|
||||||
|
}
|
||||||
|
if (l.hostname === 'localhost' || l.hostname === '127.0.0.1') {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
if (l.hostname === 'localhost' || l.hostname === '127.0.0.1') {
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
|
|
||||||
var s = document.createElement('script');
|
var s = document.createElement('script');
|
||||||
var src = '{{.Example.Name}}.js';
|
var src = '{{.Example.Name}}.js';
|
||||||
if (isProduction()) {
|
if (isProduction()) {
|
||||||
src = '//hajimehoshi.github.io/ebiten.pagestorage/{{.CurrentBranch}}/' + src;
|
src = '//hajimehoshi.github.io/ebiten.pagestorage/{{.CurrentBranch}}/' + src;
|
||||||
}
|
}
|
||||||
s.src = src;
|
s.src = src;
|
||||||
document.body.appendChild(s);
|
document.body.appendChild(s);
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
@ -17,23 +17,23 @@ limitations under the License.
|
|||||||
<script>
|
<script>
|
||||||
'use strict';
|
'use strict';
|
||||||
window.addEventListener('load', function() {
|
window.addEventListener('load', function() {
|
||||||
function isProduction() {
|
function isProduction() {
|
||||||
var l = window.top.location;
|
var l = window.top.location;
|
||||||
if (l.hash === '#_production') {
|
if (l.hash === '#_production') {
|
||||||
return true;
|
return true;
|
||||||
|
}
|
||||||
|
if (l.hostname === 'localhost' || l.hostname === '127.0.0.1') {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
if (l.hostname === 'localhost' || l.hostname === '127.0.0.1') {
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
|
|
||||||
var s = document.createElement('script');
|
var s = document.createElement('script');
|
||||||
var src = 'alphablending.js';
|
var src = 'alphablending.js';
|
||||||
if (isProduction()) {
|
if (isProduction()) {
|
||||||
src = '//hajimehoshi.github.io/ebiten.pagestorage/master/' + src;
|
src = '//hajimehoshi.github.io/ebiten.pagestorage/master/' + src;
|
||||||
}
|
}
|
||||||
s.src = src;
|
s.src = src;
|
||||||
document.body.appendChild(s);
|
document.body.appendChild(s);
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
@ -17,23 +17,23 @@ limitations under the License.
|
|||||||
<script>
|
<script>
|
||||||
'use strict';
|
'use strict';
|
||||||
window.addEventListener('load', function() {
|
window.addEventListener('load', function() {
|
||||||
function isProduction() {
|
function isProduction() {
|
||||||
var l = window.top.location;
|
var l = window.top.location;
|
||||||
if (l.hash === '#_production') {
|
if (l.hash === '#_production') {
|
||||||
return true;
|
return true;
|
||||||
|
}
|
||||||
|
if (l.hostname === 'localhost' || l.hostname === '127.0.0.1') {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
if (l.hostname === 'localhost' || l.hostname === '127.0.0.1') {
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
|
|
||||||
var s = document.createElement('script');
|
var s = document.createElement('script');
|
||||||
var src = 'audio.js';
|
var src = 'audio.js';
|
||||||
if (isProduction()) {
|
if (isProduction()) {
|
||||||
src = '//hajimehoshi.github.io/ebiten.pagestorage/master/' + src;
|
src = '//hajimehoshi.github.io/ebiten.pagestorage/master/' + src;
|
||||||
}
|
}
|
||||||
s.src = src;
|
s.src = src;
|
||||||
document.body.appendChild(s);
|
document.body.appendChild(s);
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
@ -17,23 +17,23 @@ limitations under the License.
|
|||||||
<script>
|
<script>
|
||||||
'use strict';
|
'use strict';
|
||||||
window.addEventListener('load', function() {
|
window.addEventListener('load', function() {
|
||||||
function isProduction() {
|
function isProduction() {
|
||||||
var l = window.top.location;
|
var l = window.top.location;
|
||||||
if (l.hash === '#_production') {
|
if (l.hash === '#_production') {
|
||||||
return true;
|
return true;
|
||||||
|
}
|
||||||
|
if (l.hostname === 'localhost' || l.hostname === '127.0.0.1') {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
if (l.hostname === 'localhost' || l.hostname === '127.0.0.1') {
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
|
|
||||||
var s = document.createElement('script');
|
var s = document.createElement('script');
|
||||||
var src = 'blocks.js';
|
var src = 'blocks.js';
|
||||||
if (isProduction()) {
|
if (isProduction()) {
|
||||||
src = '//hajimehoshi.github.io/ebiten.pagestorage/master/' + src;
|
src = '//hajimehoshi.github.io/ebiten.pagestorage/master/' + src;
|
||||||
}
|
}
|
||||||
s.src = src;
|
s.src = src;
|
||||||
document.body.appendChild(s);
|
document.body.appendChild(s);
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
@ -17,23 +17,23 @@ limitations under the License.
|
|||||||
<script>
|
<script>
|
||||||
'use strict';
|
'use strict';
|
||||||
window.addEventListener('load', function() {
|
window.addEventListener('load', function() {
|
||||||
function isProduction() {
|
function isProduction() {
|
||||||
var l = window.top.location;
|
var l = window.top.location;
|
||||||
if (l.hash === '#_production') {
|
if (l.hash === '#_production') {
|
||||||
return true;
|
return true;
|
||||||
|
}
|
||||||
|
if (l.hostname === 'localhost' || l.hostname === '127.0.0.1') {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
if (l.hostname === 'localhost' || l.hostname === '127.0.0.1') {
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
|
|
||||||
var s = document.createElement('script');
|
var s = document.createElement('script');
|
||||||
var src = 'font.js';
|
var src = 'font.js';
|
||||||
if (isProduction()) {
|
if (isProduction()) {
|
||||||
src = '//hajimehoshi.github.io/ebiten.pagestorage/master/' + src;
|
src = '//hajimehoshi.github.io/ebiten.pagestorage/master/' + src;
|
||||||
}
|
}
|
||||||
s.src = src;
|
s.src = src;
|
||||||
document.body.appendChild(s);
|
document.body.appendChild(s);
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
@ -17,23 +17,23 @@ limitations under the License.
|
|||||||
<script>
|
<script>
|
||||||
'use strict';
|
'use strict';
|
||||||
window.addEventListener('load', function() {
|
window.addEventListener('load', function() {
|
||||||
function isProduction() {
|
function isProduction() {
|
||||||
var l = window.top.location;
|
var l = window.top.location;
|
||||||
if (l.hash === '#_production') {
|
if (l.hash === '#_production') {
|
||||||
return true;
|
return true;
|
||||||
|
}
|
||||||
|
if (l.hostname === 'localhost' || l.hostname === '127.0.0.1') {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
if (l.hostname === 'localhost' || l.hostname === '127.0.0.1') {
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
|
|
||||||
var s = document.createElement('script');
|
var s = document.createElement('script');
|
||||||
var src = 'gamepad.js';
|
var src = 'gamepad.js';
|
||||||
if (isProduction()) {
|
if (isProduction()) {
|
||||||
src = '//hajimehoshi.github.io/ebiten.pagestorage/master/' + src;
|
src = '//hajimehoshi.github.io/ebiten.pagestorage/master/' + src;
|
||||||
}
|
}
|
||||||
s.src = src;
|
s.src = src;
|
||||||
document.body.appendChild(s);
|
document.body.appendChild(s);
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
@ -17,23 +17,23 @@ limitations under the License.
|
|||||||
<script>
|
<script>
|
||||||
'use strict';
|
'use strict';
|
||||||
window.addEventListener('load', function() {
|
window.addEventListener('load', function() {
|
||||||
function isProduction() {
|
function isProduction() {
|
||||||
var l = window.top.location;
|
var l = window.top.location;
|
||||||
if (l.hash === '#_production') {
|
if (l.hash === '#_production') {
|
||||||
return true;
|
return true;
|
||||||
|
}
|
||||||
|
if (l.hostname === 'localhost' || l.hostname === '127.0.0.1') {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
if (l.hostname === 'localhost' || l.hostname === '127.0.0.1') {
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
|
|
||||||
var s = document.createElement('script');
|
var s = document.createElement('script');
|
||||||
var src = 'hsv.js';
|
var src = 'hsv.js';
|
||||||
if (isProduction()) {
|
if (isProduction()) {
|
||||||
src = '//hajimehoshi.github.io/ebiten.pagestorage/master/' + src;
|
src = '//hajimehoshi.github.io/ebiten.pagestorage/master/' + src;
|
||||||
}
|
}
|
||||||
s.src = src;
|
s.src = src;
|
||||||
document.body.appendChild(s);
|
document.body.appendChild(s);
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
@ -17,23 +17,23 @@ limitations under the License.
|
|||||||
<script>
|
<script>
|
||||||
'use strict';
|
'use strict';
|
||||||
window.addEventListener('load', function() {
|
window.addEventListener('load', function() {
|
||||||
function isProduction() {
|
function isProduction() {
|
||||||
var l = window.top.location;
|
var l = window.top.location;
|
||||||
if (l.hash === '#_production') {
|
if (l.hash === '#_production') {
|
||||||
return true;
|
return true;
|
||||||
|
}
|
||||||
|
if (l.hostname === 'localhost' || l.hostname === '127.0.0.1') {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
if (l.hostname === 'localhost' || l.hostname === '127.0.0.1') {
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
|
|
||||||
var s = document.createElement('script');
|
var s = document.createElement('script');
|
||||||
var src = 'hue.js';
|
var src = 'hue.js';
|
||||||
if (isProduction()) {
|
if (isProduction()) {
|
||||||
src = '//hajimehoshi.github.io/ebiten.pagestorage/master/' + src;
|
src = '//hajimehoshi.github.io/ebiten.pagestorage/master/' + src;
|
||||||
}
|
}
|
||||||
s.src = src;
|
s.src = src;
|
||||||
document.body.appendChild(s);
|
document.body.appendChild(s);
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
@ -17,23 +17,23 @@ limitations under the License.
|
|||||||
<script>
|
<script>
|
||||||
'use strict';
|
'use strict';
|
||||||
window.addEventListener('load', function() {
|
window.addEventListener('load', function() {
|
||||||
function isProduction() {
|
function isProduction() {
|
||||||
var l = window.top.location;
|
var l = window.top.location;
|
||||||
if (l.hash === '#_production') {
|
if (l.hash === '#_production') {
|
||||||
return true;
|
return true;
|
||||||
|
}
|
||||||
|
if (l.hostname === 'localhost' || l.hostname === '127.0.0.1') {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
if (l.hostname === 'localhost' || l.hostname === '127.0.0.1') {
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
|
|
||||||
var s = document.createElement('script');
|
var s = document.createElement('script');
|
||||||
var src = 'keyboard.js';
|
var src = 'keyboard.js';
|
||||||
if (isProduction()) {
|
if (isProduction()) {
|
||||||
src = '//hajimehoshi.github.io/ebiten.pagestorage/master/' + src;
|
src = '//hajimehoshi.github.io/ebiten.pagestorage/master/' + src;
|
||||||
}
|
}
|
||||||
s.src = src;
|
s.src = src;
|
||||||
document.body.appendChild(s);
|
document.body.appendChild(s);
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
@ -17,23 +17,23 @@ limitations under the License.
|
|||||||
<script>
|
<script>
|
||||||
'use strict';
|
'use strict';
|
||||||
window.addEventListener('load', function() {
|
window.addEventListener('load', function() {
|
||||||
function isProduction() {
|
function isProduction() {
|
||||||
var l = window.top.location;
|
var l = window.top.location;
|
||||||
if (l.hash === '#_production') {
|
if (l.hash === '#_production') {
|
||||||
return true;
|
return true;
|
||||||
|
}
|
||||||
|
if (l.hostname === 'localhost' || l.hostname === '127.0.0.1') {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
if (l.hostname === 'localhost' || l.hostname === '127.0.0.1') {
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
|
|
||||||
var s = document.createElement('script');
|
var s = document.createElement('script');
|
||||||
var src = 'masking.js';
|
var src = 'masking.js';
|
||||||
if (isProduction()) {
|
if (isProduction()) {
|
||||||
src = '//hajimehoshi.github.io/ebiten.pagestorage/master/' + src;
|
src = '//hajimehoshi.github.io/ebiten.pagestorage/master/' + src;
|
||||||
}
|
}
|
||||||
s.src = src;
|
s.src = src;
|
||||||
document.body.appendChild(s);
|
document.body.appendChild(s);
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
@ -17,23 +17,23 @@ limitations under the License.
|
|||||||
<script>
|
<script>
|
||||||
'use strict';
|
'use strict';
|
||||||
window.addEventListener('load', function() {
|
window.addEventListener('load', function() {
|
||||||
function isProduction() {
|
function isProduction() {
|
||||||
var l = window.top.location;
|
var l = window.top.location;
|
||||||
if (l.hash === '#_production') {
|
if (l.hash === '#_production') {
|
||||||
return true;
|
return true;
|
||||||
|
}
|
||||||
|
if (l.hostname === 'localhost' || l.hostname === '127.0.0.1') {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
if (l.hostname === 'localhost' || l.hostname === '127.0.0.1') {
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
|
|
||||||
var s = document.createElement('script');
|
var s = document.createElement('script');
|
||||||
var src = 'mosaic.js';
|
var src = 'mosaic.js';
|
||||||
if (isProduction()) {
|
if (isProduction()) {
|
||||||
src = '//hajimehoshi.github.io/ebiten.pagestorage/master/' + src;
|
src = '//hajimehoshi.github.io/ebiten.pagestorage/master/' + src;
|
||||||
}
|
}
|
||||||
s.src = src;
|
s.src = src;
|
||||||
document.body.appendChild(s);
|
document.body.appendChild(s);
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
@ -17,23 +17,23 @@ limitations under the License.
|
|||||||
<script>
|
<script>
|
||||||
'use strict';
|
'use strict';
|
||||||
window.addEventListener('load', function() {
|
window.addEventListener('load', function() {
|
||||||
function isProduction() {
|
function isProduction() {
|
||||||
var l = window.top.location;
|
var l = window.top.location;
|
||||||
if (l.hash === '#_production') {
|
if (l.hash === '#_production') {
|
||||||
return true;
|
return true;
|
||||||
|
}
|
||||||
|
if (l.hostname === 'localhost' || l.hostname === '127.0.0.1') {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
if (l.hostname === 'localhost' || l.hostname === '127.0.0.1') {
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
|
|
||||||
var s = document.createElement('script');
|
var s = document.createElement('script');
|
||||||
var src = 'noise.js';
|
var src = 'noise.js';
|
||||||
if (isProduction()) {
|
if (isProduction()) {
|
||||||
src = '//hajimehoshi.github.io/ebiten.pagestorage/master/' + src;
|
src = '//hajimehoshi.github.io/ebiten.pagestorage/master/' + src;
|
||||||
}
|
}
|
||||||
s.src = src;
|
s.src = src;
|
||||||
document.body.appendChild(s);
|
document.body.appendChild(s);
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
@ -17,23 +17,23 @@ limitations under the License.
|
|||||||
<script>
|
<script>
|
||||||
'use strict';
|
'use strict';
|
||||||
window.addEventListener('load', function() {
|
window.addEventListener('load', function() {
|
||||||
function isProduction() {
|
function isProduction() {
|
||||||
var l = window.top.location;
|
var l = window.top.location;
|
||||||
if (l.hash === '#_production') {
|
if (l.hash === '#_production') {
|
||||||
return true;
|
return true;
|
||||||
|
}
|
||||||
|
if (l.hostname === 'localhost' || l.hostname === '127.0.0.1') {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
if (l.hostname === 'localhost' || l.hostname === '127.0.0.1') {
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
|
|
||||||
var s = document.createElement('script');
|
var s = document.createElement('script');
|
||||||
var src = 'paint.js';
|
var src = 'paint.js';
|
||||||
if (isProduction()) {
|
if (isProduction()) {
|
||||||
src = '//hajimehoshi.github.io/ebiten.pagestorage/master/' + src;
|
src = '//hajimehoshi.github.io/ebiten.pagestorage/master/' + src;
|
||||||
}
|
}
|
||||||
s.src = src;
|
s.src = src;
|
||||||
document.body.appendChild(s);
|
document.body.appendChild(s);
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
@ -17,23 +17,23 @@ limitations under the License.
|
|||||||
<script>
|
<script>
|
||||||
'use strict';
|
'use strict';
|
||||||
window.addEventListener('load', function() {
|
window.addEventListener('load', function() {
|
||||||
function isProduction() {
|
function isProduction() {
|
||||||
var l = window.top.location;
|
var l = window.top.location;
|
||||||
if (l.hash === '#_production') {
|
if (l.hash === '#_production') {
|
||||||
return true;
|
return true;
|
||||||
|
}
|
||||||
|
if (l.hostname === 'localhost' || l.hostname === '127.0.0.1') {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
if (l.hostname === 'localhost' || l.hostname === '127.0.0.1') {
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
|
|
||||||
var s = document.createElement('script');
|
var s = document.createElement('script');
|
||||||
var src = 'perspective.js';
|
var src = 'perspective.js';
|
||||||
if (isProduction()) {
|
if (isProduction()) {
|
||||||
src = '//hajimehoshi.github.io/ebiten.pagestorage/master/' + src;
|
src = '//hajimehoshi.github.io/ebiten.pagestorage/master/' + src;
|
||||||
}
|
}
|
||||||
s.src = src;
|
s.src = src;
|
||||||
document.body.appendChild(s);
|
document.body.appendChild(s);
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
@ -17,23 +17,23 @@ limitations under the License.
|
|||||||
<script>
|
<script>
|
||||||
'use strict';
|
'use strict';
|
||||||
window.addEventListener('load', function() {
|
window.addEventListener('load', function() {
|
||||||
function isProduction() {
|
function isProduction() {
|
||||||
var l = window.top.location;
|
var l = window.top.location;
|
||||||
if (l.hash === '#_production') {
|
if (l.hash === '#_production') {
|
||||||
return true;
|
return true;
|
||||||
|
}
|
||||||
|
if (l.hostname === 'localhost' || l.hostname === '127.0.0.1') {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
if (l.hostname === 'localhost' || l.hostname === '127.0.0.1') {
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
|
|
||||||
var s = document.createElement('script');
|
var s = document.createElement('script');
|
||||||
var src = 'piano.js';
|
var src = 'piano.js';
|
||||||
if (isProduction()) {
|
if (isProduction()) {
|
||||||
src = '//hajimehoshi.github.io/ebiten.pagestorage/master/' + src;
|
src = '//hajimehoshi.github.io/ebiten.pagestorage/master/' + src;
|
||||||
}
|
}
|
||||||
s.src = src;
|
s.src = src;
|
||||||
document.body.appendChild(s);
|
document.body.appendChild(s);
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
@ -17,23 +17,23 @@ limitations under the License.
|
|||||||
<script>
|
<script>
|
||||||
'use strict';
|
'use strict';
|
||||||
window.addEventListener('load', function() {
|
window.addEventListener('load', function() {
|
||||||
function isProduction() {
|
function isProduction() {
|
||||||
var l = window.top.location;
|
var l = window.top.location;
|
||||||
if (l.hash === '#_production') {
|
if (l.hash === '#_production') {
|
||||||
return true;
|
return true;
|
||||||
|
}
|
||||||
|
if (l.hostname === 'localhost' || l.hostname === '127.0.0.1') {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
if (l.hostname === 'localhost' || l.hostname === '127.0.0.1') {
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
|
|
||||||
var s = document.createElement('script');
|
var s = document.createElement('script');
|
||||||
var src = 'rotate.js';
|
var src = 'rotate.js';
|
||||||
if (isProduction()) {
|
if (isProduction()) {
|
||||||
src = '//hajimehoshi.github.io/ebiten.pagestorage/master/' + src;
|
src = '//hajimehoshi.github.io/ebiten.pagestorage/master/' + src;
|
||||||
}
|
}
|
||||||
s.src = src;
|
s.src = src;
|
||||||
document.body.appendChild(s);
|
document.body.appendChild(s);
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
@ -17,23 +17,23 @@ limitations under the License.
|
|||||||
<script>
|
<script>
|
||||||
'use strict';
|
'use strict';
|
||||||
window.addEventListener('load', function() {
|
window.addEventListener('load', function() {
|
||||||
function isProduction() {
|
function isProduction() {
|
||||||
var l = window.top.location;
|
var l = window.top.location;
|
||||||
if (l.hash === '#_production') {
|
if (l.hash === '#_production') {
|
||||||
return true;
|
return true;
|
||||||
|
}
|
||||||
|
if (l.hostname === 'localhost' || l.hostname === '127.0.0.1') {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
if (l.hostname === 'localhost' || l.hostname === '127.0.0.1') {
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
|
|
||||||
var s = document.createElement('script');
|
var s = document.createElement('script');
|
||||||
var src = 'sprites.js';
|
var src = 'sprites.js';
|
||||||
if (isProduction()) {
|
if (isProduction()) {
|
||||||
src = '//hajimehoshi.github.io/ebiten.pagestorage/master/' + src;
|
src = '//hajimehoshi.github.io/ebiten.pagestorage/master/' + src;
|
||||||
}
|
}
|
||||||
s.src = src;
|
s.src = src;
|
||||||
document.body.appendChild(s);
|
document.body.appendChild(s);
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
Loading…
Reference in New Issue
Block a user