mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-01-23 17:32:02 +01:00
doc: s/SNES-like/SNES-style/g
This commit is contained in:
parent
7ff7f946c9
commit
8cb1af138e
@ -4,7 +4,7 @@
|
|||||||
[![GoDoc](https://godoc.org/github.com/hajimehoshi/ebiten?status.svg)](http://godoc.org/github.com/hajimehoshi/ebiten)
|
[![GoDoc](https://godoc.org/github.com/hajimehoshi/ebiten?status.svg)](http://godoc.org/github.com/hajimehoshi/ebiten)
|
||||||
[![Go Report Card](https://goreportcard.com/badge/github.com/hajimehoshi/ebiten)](https://goreportcard.com/report/github.com/hajimehoshi/ebiten)
|
[![Go Report Card](https://goreportcard.com/badge/github.com/hajimehoshi/ebiten)](https://goreportcard.com/report/github.com/hajimehoshi/ebiten)
|
||||||
|
|
||||||
A simple SNES-like 2D game library in Go
|
A simple SNES-style 2D game library in Go
|
||||||
|
|
||||||
* [Web browsers (Chrome, Firefox and Safari on desktops)](https://github.com/hajimehoshi/ebiten/wiki/Web-Browsers) (powered by [GopherJS](http://gopherjs.org/))
|
* [Web browsers (Chrome, Firefox and Safari on desktops)](https://github.com/hajimehoshi/ebiten/wiki/Web-Browsers) (powered by [GopherJS](http://gopherjs.org/))
|
||||||
* [Windows](https://github.com/hajimehoshi/ebiten/wiki/Windows)
|
* [Windows](https://github.com/hajimehoshi/ebiten/wiki/Windows)
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<script src="./scripts/force-https.js"></script>
|
<script src="./scripts/force-https.js"></script>
|
||||||
<meta name="description" content="Ebiten - A simple SNES-like 2D game library in Go">
|
<meta name="description" content="Ebiten - A simple SNES-style 2D game library in Go">
|
||||||
<link rel="shortcut icon" href="./favicon.png" type="image/png">
|
<link rel="shortcut icon" href="./favicon.png" type="image/png">
|
||||||
<link rel="icon" href="./favicon.png" type="image/png">
|
<link rel="icon" href="./favicon.png" type="image/png">
|
||||||
<title>Ebiten - A simple SNES-like 2D game library in Go</title>
|
<title>Ebiten - A simple SNES-style 2D game library in Go</title>
|
||||||
<link rel="stylesheet" href="./stylesheets/bootstrap.min.css">
|
<link rel="stylesheet" href="./stylesheets/bootstrap.min.css">
|
||||||
<link rel="stylesheet" href="./stylesheets/highlight-github.css">
|
<link rel="stylesheet" href="./stylesheets/highlight-github.css">
|
||||||
<link rel="stylesheet" href="./stylesheets/ebiten.css">
|
<link rel="stylesheet" href="./stylesheets/ebiten.css">
|
||||||
@ -30,7 +30,7 @@
|
|||||||
|
|
||||||
<main><div class="container">
|
<main><div class="container">
|
||||||
<h1>Ebiten</h1>
|
<h1>Ebiten</h1>
|
||||||
<p class="lead">A simple SNES-like 2D game library in Go</p>
|
<p class="lead">A simple SNES-style 2D game library in Go</p>
|
||||||
<p>Stable version: v{{.StableVersion}} / Development version: v{{.DevVersion}}</p>
|
<p>Stable version: v{{.StableVersion}} / Development version: v{{.DevVersion}}</p>
|
||||||
|
|
||||||
<h2 id="platforms">Platforms</h2>
|
<h2 id="platforms">Platforms</h2>
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<script src="./scripts/force-https.js"></script>
|
<script src="./scripts/force-https.js"></script>
|
||||||
<meta name="description" content="Ebiten - A simple SNES-like 2D game library in Go">
|
<meta name="description" content="Ebiten - A simple SNES-style 2D game library in Go">
|
||||||
<link rel="shortcut icon" href="./favicon.png" type="image/png">
|
<link rel="shortcut icon" href="./favicon.png" type="image/png">
|
||||||
<link rel="icon" href="./favicon.png" type="image/png">
|
<link rel="icon" href="./favicon.png" type="image/png">
|
||||||
<title>Ebiten - A simple SNES-like 2D game library in Go</title>
|
<title>Ebiten - A simple SNES-style 2D game library in Go</title>
|
||||||
<link rel="stylesheet" href="./stylesheets/bootstrap.min.css">
|
<link rel="stylesheet" href="./stylesheets/bootstrap.min.css">
|
||||||
<link rel="stylesheet" href="./stylesheets/highlight-github.css">
|
<link rel="stylesheet" href="./stylesheets/highlight-github.css">
|
||||||
<link rel="stylesheet" href="./stylesheets/ebiten.css">
|
<link rel="stylesheet" href="./stylesheets/ebiten.css">
|
||||||
@ -30,7 +30,7 @@
|
|||||||
|
|
||||||
<main><div class="container">
|
<main><div class="container">
|
||||||
<h1>Ebiten</h1>
|
<h1>Ebiten</h1>
|
||||||
<p class="lead">A simple SNES-like 2D game library in Go</p>
|
<p class="lead">A simple SNES-style 2D game library in Go</p>
|
||||||
<p>Stable version: v1.4.0-rc1 / Development version: v1.5.0-alpha</p>
|
<p>Stable version: v1.4.0-rc1 / Development version: v1.5.0-alpha</p>
|
||||||
|
|
||||||
<h2 id="platforms">Platforms</h2>
|
<h2 id="platforms">Platforms</h2>
|
||||||
|
Loading…
Reference in New Issue
Block a user