Updated FAQ (markdown)

Hajime Hoshi 2018-01-29 00:26:21 +09:00
parent df01d0ed3a
commit c1c2218399

4
FAQ.md

@ -24,6 +24,10 @@ This is because your app is still a console app, not a GUI app. Ebiten tries to
go build -ldflags -H=windowsgui path/to/your/game
```
## Why did you name the lib 'Ebiten'?
It's because Ebiten is delicious.
# Graphics
## How to draw lines?