From c1c2218399d3d75b1971731cfba1633e24f55e78 Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Mon, 29 Jan 2018 00:26:21 +0900 Subject: [PATCH] Updated FAQ (markdown) --- FAQ.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/FAQ.md b/FAQ.md index 6fca696..8426712 100644 --- a/FAQ.md +++ b/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?