mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
doc: Simplify
This commit is contained in:
parent
da30ee0e60
commit
ea579ab2cc
@ -7,8 +7,7 @@
|
||||
|
||||
* A simple SNES-like 2D game library in Go
|
||||
* Works on
|
||||
* [Web browsers](https://github.com/hajimehoshi/ebiten/wiki/Web-Browsers) (powered by [GopherJS](http://gopherjs.org/))
|
||||
* Supported browsers: Chrome and Firefox on desktops
|
||||
* [Web browsers (Chrome and Firefox on desktops)](https://github.com/hajimehoshi/ebiten/wiki/Web-Browsers) (powered by [GopherJS](http://gopherjs.org/))
|
||||
* [Windows](https://github.com/hajimehoshi/ebiten/wiki/Windows)
|
||||
* [Mac OS X](https://github.com/hajimehoshi/ebiten/wiki/Mac-OS-X)
|
||||
* [Linux](https://github.com/hajimehoshi/ebiten/wiki/Linux)
|
||||
|
@ -29,20 +29,12 @@
|
||||
<p class="lead">A simple SNES-like 2D game library in Go</p>
|
||||
<p>Stable version: v{{.StableVersion}} / Development version: v{{.DevVersion}}</p>
|
||||
<ul>
|
||||
<li>Works on
|
||||
<ul>
|
||||
<li><a href="https://github.com/hajimehoshi/ebiten/wiki/Web-Browsers">Web browsers</a> (powered by <a href="http://gopherjs.org/">GopherJS</a>)
|
||||
<ul>
|
||||
<li>Supported browsers: Chrome and Firefox on desktops</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="https://github.com/hajimehoshi/ebiten/wiki/Windows">Windows</a></li>
|
||||
<li><a href="https://github.com/hajimehoshi/ebiten/wiki/Mac-OS-X">Mac OS X</a></li>
|
||||
<li><a href="https://github.com/hajimehoshi/ebiten/wiki/Linux">Linux</a></li>
|
||||
<li><a href="https://github.com/hajimehoshi/ebiten/wiki/Android">Android</a></li>
|
||||
<li><a href="https://github.com/hajimehoshi/ebiten/wiki/iOS">iOS</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="https://github.com/hajimehoshi/ebiten/wiki/Web-Browsers">Web browsers (Chrome and Firefox on desktops)</a> (powered by <a href="http://gopherjs.org/">GopherJS</a>)</li>
|
||||
<li><a href="https://github.com/hajimehoshi/ebiten/wiki/Windows">Windows</a></li>
|
||||
<li><a href="https://github.com/hajimehoshi/ebiten/wiki/Mac-OS-X">Mac OS X</a></li>
|
||||
<li><a href="https://github.com/hajimehoshi/ebiten/wiki/Linux">Linux</a></li>
|
||||
<li><a href="https://github.com/hajimehoshi/ebiten/wiki/Android">Android</a></li>
|
||||
<li><a href="https://github.com/hajimehoshi/ebiten/wiki/iOS">iOS</a></li>
|
||||
</ul>
|
||||
|
||||
<h2 id="features">Features</h2>
|
||||
|
@ -29,20 +29,12 @@
|
||||
<p class="lead">A simple SNES-like 2D game library in Go</p>
|
||||
<p>Stable version: v1.4.0-alpha / Development version: v1.4.0-alpha</p>
|
||||
<ul>
|
||||
<li>Works on
|
||||
<ul>
|
||||
<li><a href="https://github.com/hajimehoshi/ebiten/wiki/Web-Browsers">Web browsers</a> (powered by <a href="http://gopherjs.org/">GopherJS</a>)
|
||||
<ul>
|
||||
<li>Supported browsers: Chrome and Firefox on desktops</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="https://github.com/hajimehoshi/ebiten/wiki/Windows">Windows</a></li>
|
||||
<li><a href="https://github.com/hajimehoshi/ebiten/wiki/Mac-OS-X">Mac OS X</a></li>
|
||||
<li><a href="https://github.com/hajimehoshi/ebiten/wiki/Linux">Linux</a></li>
|
||||
<li><a href="https://github.com/hajimehoshi/ebiten/wiki/Android">Android</a></li>
|
||||
<li><a href="https://github.com/hajimehoshi/ebiten/wiki/iOS">iOS</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="https://github.com/hajimehoshi/ebiten/wiki/Web-Browsers">Web browsers (Chrome and Firefox on desktops)</a> (powered by <a href="http://gopherjs.org/">GopherJS</a>)</li>
|
||||
<li><a href="https://github.com/hajimehoshi/ebiten/wiki/Windows">Windows</a></li>
|
||||
<li><a href="https://github.com/hajimehoshi/ebiten/wiki/Mac-OS-X">Mac OS X</a></li>
|
||||
<li><a href="https://github.com/hajimehoshi/ebiten/wiki/Linux">Linux</a></li>
|
||||
<li><a href="https://github.com/hajimehoshi/ebiten/wiki/Android">Android</a></li>
|
||||
<li><a href="https://github.com/hajimehoshi/ebiten/wiki/iOS">iOS</a></li>
|
||||
</ul>
|
||||
|
||||
<h2 id="features">Features</h2>
|
||||
|
@ -1,10 +1,11 @@
|
||||
@import 'https://fonts.googleapis.com/css?family=Roboto:400,500,700,900';
|
||||
|
||||
body {
|
||||
background-color: #f5f5f5;
|
||||
font-family: 'Roboto', sans-serif;
|
||||
}
|
||||
|
||||
h1 small {
|
||||
header h1 small {
|
||||
position: relative;
|
||||
top: -0.1em;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user