mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-01-12 20:18:59 +01:00
Update the version to 1.2.0-rc1
This commit is contained in:
parent
eb4cc4d599
commit
5e8a91338e
@ -31,7 +31,7 @@ window.addEventListener('load', function() {
|
||||
var s = document.createElement('script');
|
||||
var src = 'alphablending.js';
|
||||
if (isProduction()) {
|
||||
src = '//hajimehoshi.github.io/ebiten.pagestorage/master/' + src;
|
||||
src = '//hajimehoshi.github.io/ebiten.pagestorage/1.2/' + src;
|
||||
}
|
||||
s.src = src;
|
||||
document.body.appendChild(s);
|
||||
|
@ -31,7 +31,7 @@ window.addEventListener('load', function() {
|
||||
var s = document.createElement('script');
|
||||
var src = 'blocks.js';
|
||||
if (isProduction()) {
|
||||
src = '//hajimehoshi.github.io/ebiten.pagestorage/master/' + src;
|
||||
src = '//hajimehoshi.github.io/ebiten.pagestorage/1.2/' + src;
|
||||
}
|
||||
s.src = src;
|
||||
document.body.appendChild(s);
|
||||
|
@ -31,7 +31,7 @@ window.addEventListener('load', function() {
|
||||
var s = document.createElement('script');
|
||||
var src = 'gamepad.js';
|
||||
if (isProduction()) {
|
||||
src = '//hajimehoshi.github.io/ebiten.pagestorage/master/' + src;
|
||||
src = '//hajimehoshi.github.io/ebiten.pagestorage/1.2/' + src;
|
||||
}
|
||||
s.src = src;
|
||||
document.body.appendChild(s);
|
||||
|
@ -31,7 +31,7 @@ window.addEventListener('load', function() {
|
||||
var s = document.createElement('script');
|
||||
var src = 'hue.js';
|
||||
if (isProduction()) {
|
||||
src = '//hajimehoshi.github.io/ebiten.pagestorage/master/' + src;
|
||||
src = '//hajimehoshi.github.io/ebiten.pagestorage/1.2/' + src;
|
||||
}
|
||||
s.src = src;
|
||||
document.body.appendChild(s);
|
||||
|
@ -31,7 +31,7 @@ window.addEventListener('load', function() {
|
||||
var s = document.createElement('script');
|
||||
var src = 'keyboard.js';
|
||||
if (isProduction()) {
|
||||
src = '//hajimehoshi.github.io/ebiten.pagestorage/master/' + src;
|
||||
src = '//hajimehoshi.github.io/ebiten.pagestorage/1.2/' + src;
|
||||
}
|
||||
s.src = src;
|
||||
document.body.appendChild(s);
|
||||
|
@ -31,7 +31,7 @@ window.addEventListener('load', function() {
|
||||
var s = document.createElement('script');
|
||||
var src = 'mosaic.js';
|
||||
if (isProduction()) {
|
||||
src = '//hajimehoshi.github.io/ebiten.pagestorage/master/' + src;
|
||||
src = '//hajimehoshi.github.io/ebiten.pagestorage/1.2/' + src;
|
||||
}
|
||||
s.src = src;
|
||||
document.body.appendChild(s);
|
||||
|
@ -31,7 +31,7 @@ window.addEventListener('load', function() {
|
||||
var s = document.createElement('script');
|
||||
var src = 'noise.js';
|
||||
if (isProduction()) {
|
||||
src = '//hajimehoshi.github.io/ebiten.pagestorage/master/' + src;
|
||||
src = '//hajimehoshi.github.io/ebiten.pagestorage/1.2/' + src;
|
||||
}
|
||||
s.src = src;
|
||||
document.body.appendChild(s);
|
||||
|
@ -31,7 +31,7 @@ window.addEventListener('load', function() {
|
||||
var s = document.createElement('script');
|
||||
var src = 'paint.js';
|
||||
if (isProduction()) {
|
||||
src = '//hajimehoshi.github.io/ebiten.pagestorage/master/' + src;
|
||||
src = '//hajimehoshi.github.io/ebiten.pagestorage/1.2/' + src;
|
||||
}
|
||||
s.src = src;
|
||||
document.body.appendChild(s);
|
||||
|
@ -31,7 +31,7 @@ window.addEventListener('load', function() {
|
||||
var s = document.createElement('script');
|
||||
var src = 'perspective.js';
|
||||
if (isProduction()) {
|
||||
src = '//hajimehoshi.github.io/ebiten.pagestorage/master/' + src;
|
||||
src = '//hajimehoshi.github.io/ebiten.pagestorage/1.2/' + src;
|
||||
}
|
||||
s.src = src;
|
||||
document.body.appendChild(s);
|
||||
|
@ -31,7 +31,7 @@ window.addEventListener('load', function() {
|
||||
var s = document.createElement('script');
|
||||
var src = 'rotate.js';
|
||||
if (isProduction()) {
|
||||
src = '//hajimehoshi.github.io/ebiten.pagestorage/master/' + src;
|
||||
src = '//hajimehoshi.github.io/ebiten.pagestorage/1.2/' + src;
|
||||
}
|
||||
s.src = src;
|
||||
document.body.appendChild(s);
|
||||
|
@ -31,7 +31,7 @@ window.addEventListener('load', function() {
|
||||
var s = document.createElement('script');
|
||||
var src = 'sprites.js';
|
||||
if (isProduction()) {
|
||||
src = '//hajimehoshi.github.io/ebiten.pagestorage/master/' + src;
|
||||
src = '//hajimehoshi.github.io/ebiten.pagestorage/1.2/' + src;
|
||||
}
|
||||
s.src = src;
|
||||
document.body.appendChild(s);
|
||||
|
@ -36,7 +36,7 @@ pre {
|
||||
}
|
||||
</style>
|
||||
<h1>Ebiten (海老天)</h1>
|
||||
<p>v1.2.0-alpha</p>
|
||||
<p>v1.2.0-rc1</p>
|
||||
<ul>
|
||||
<li>A simple SNES-like 2D game library in Go</li>
|
||||
<li>Works on
|
||||
@ -52,7 +52,7 @@ pre {
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="http://godoc.org/github.com/hajimehoshi/ebiten">API Docs</a></li>
|
||||
<li><a href="http://github.com/hajimehoshi/ebiten">GitHub project page</a> (Development version: v1.2.0-alpha)</li>
|
||||
<li><a href="http://github.com/hajimehoshi/ebiten">GitHub project page</a> (Development version: v1.3.0-alpha)</li>
|
||||
</ul>
|
||||
|
||||
<h2>Features</h2>
|
||||
|
@ -1 +1 @@
|
||||
1.2.0-alpha
|
||||
1.2.0-rc1
|
||||
|
Loading…
Reference in New Issue
Block a user