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?