mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-01-13 12:32:05 +01:00
doc: Generate
This commit is contained in:
parent
875083ea2b
commit
6369a58358
@ -31,7 +31,7 @@ window.addEventListener('load', function() {
|
|||||||
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/1.3/' + src;
|
||||||
}
|
}
|
||||||
s.src = src;
|
s.src = src;
|
||||||
document.body.appendChild(s);
|
document.body.appendChild(s);
|
||||||
|
@ -31,7 +31,7 @@ window.addEventListener('load', function() {
|
|||||||
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/1.3/' + src;
|
||||||
}
|
}
|
||||||
s.src = src;
|
s.src = src;
|
||||||
document.body.appendChild(s);
|
document.body.appendChild(s);
|
||||||
|
@ -31,7 +31,7 @@ window.addEventListener('load', function() {
|
|||||||
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/1.3/' + src;
|
||||||
}
|
}
|
||||||
s.src = src;
|
s.src = src;
|
||||||
document.body.appendChild(s);
|
document.body.appendChild(s);
|
||||||
|
@ -31,7 +31,7 @@ window.addEventListener('load', function() {
|
|||||||
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/1.3/' + src;
|
||||||
}
|
}
|
||||||
s.src = src;
|
s.src = src;
|
||||||
document.body.appendChild(s);
|
document.body.appendChild(s);
|
||||||
|
@ -31,7 +31,7 @@ window.addEventListener('load', function() {
|
|||||||
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/1.3/' + src;
|
||||||
}
|
}
|
||||||
s.src = src;
|
s.src = src;
|
||||||
document.body.appendChild(s);
|
document.body.appendChild(s);
|
||||||
|
@ -31,7 +31,7 @@ window.addEventListener('load', function() {
|
|||||||
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/1.3/' + src;
|
||||||
}
|
}
|
||||||
s.src = src;
|
s.src = src;
|
||||||
document.body.appendChild(s);
|
document.body.appendChild(s);
|
||||||
|
@ -31,7 +31,7 @@ window.addEventListener('load', function() {
|
|||||||
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/1.3/' + src;
|
||||||
}
|
}
|
||||||
s.src = src;
|
s.src = src;
|
||||||
document.body.appendChild(s);
|
document.body.appendChild(s);
|
||||||
|
@ -31,7 +31,7 @@ window.addEventListener('load', function() {
|
|||||||
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/1.3/' + src;
|
||||||
}
|
}
|
||||||
s.src = src;
|
s.src = src;
|
||||||
document.body.appendChild(s);
|
document.body.appendChild(s);
|
||||||
|
@ -31,7 +31,7 @@ window.addEventListener('load', function() {
|
|||||||
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/1.3/' + src;
|
||||||
}
|
}
|
||||||
s.src = src;
|
s.src = src;
|
||||||
document.body.appendChild(s);
|
document.body.appendChild(s);
|
||||||
|
@ -31,7 +31,7 @@ window.addEventListener('load', function() {
|
|||||||
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/1.3/' + src;
|
||||||
}
|
}
|
||||||
s.src = src;
|
s.src = src;
|
||||||
document.body.appendChild(s);
|
document.body.appendChild(s);
|
||||||
|
@ -31,7 +31,7 @@ window.addEventListener('load', function() {
|
|||||||
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/1.3/' + src;
|
||||||
}
|
}
|
||||||
s.src = src;
|
s.src = src;
|
||||||
document.body.appendChild(s);
|
document.body.appendChild(s);
|
||||||
|
@ -31,7 +31,7 @@ window.addEventListener('load', function() {
|
|||||||
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/1.3/' + src;
|
||||||
}
|
}
|
||||||
s.src = src;
|
s.src = src;
|
||||||
document.body.appendChild(s);
|
document.body.appendChild(s);
|
||||||
|
@ -31,7 +31,7 @@ window.addEventListener('load', function() {
|
|||||||
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/1.3/' + src;
|
||||||
}
|
}
|
||||||
s.src = src;
|
s.src = src;
|
||||||
document.body.appendChild(s);
|
document.body.appendChild(s);
|
||||||
|
@ -31,7 +31,7 @@ window.addEventListener('load', function() {
|
|||||||
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/1.3/' + src;
|
||||||
}
|
}
|
||||||
s.src = src;
|
s.src = src;
|
||||||
document.body.appendChild(s);
|
document.body.appendChild(s);
|
||||||
|
@ -31,7 +31,7 @@ window.addEventListener('load', function() {
|
|||||||
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/1.3/' + src;
|
||||||
}
|
}
|
||||||
s.src = src;
|
s.src = src;
|
||||||
document.body.appendChild(s);
|
document.body.appendChild(s);
|
||||||
|
@ -31,7 +31,7 @@ window.addEventListener('load', function() {
|
|||||||
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/1.3/' + src;
|
||||||
}
|
}
|
||||||
s.src = src;
|
s.src = src;
|
||||||
document.body.appendChild(s);
|
document.body.appendChild(s);
|
||||||
|
@ -37,7 +37,7 @@ pre {
|
|||||||
</style>
|
</style>
|
||||||
<a href="https://github.com/hajimehoshi/ebiten"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://camo.githubusercontent.com/365986a132ccd6a44c23a9169022c0b5c890c387/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f7265645f6161303030302e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png"></a>
|
<a href="https://github.com/hajimehoshi/ebiten"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://camo.githubusercontent.com/365986a132ccd6a44c23a9169022c0b5c890c387/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f7265645f6161303030302e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png"></a>
|
||||||
<h1>Ebiten (海老天)</h1>
|
<h1>Ebiten (海老天)</h1>
|
||||||
<p>Stable version: v1.3.0-alpha / Development version: v1.3.0-alpha</p>
|
<p>Stable version: v1.3.0-rc1 / Development version: v1.4.0-alpha</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>A simple SNES-like 2D game library in Go</li>
|
<li>A simple SNES-like 2D game library in Go</li>
|
||||||
<li>Works on
|
<li>Works on
|
||||||
|
Loading…
Reference in New Issue
Block a user