ebiten/examples/flappy
Hajime Hoshi 30cc36b1ba ebiten: add FinalScreenDrawer
FinalScreenDrawer is an interface for a custom screen rendering. If a
game implements FinalScreenDrawer and is passed to RunGame, its
DrawFinalScreen is called after Draw.

Also this adds `-crt` option to examples/flappy.

Closes #2046
2022-10-14 16:49:32 +09:00
..
crt.go ebiten: add FinalScreenDrawer 2022-10-14 16:49:32 +09:00
main_c.go examples/flappy: reorder build tags 2022-09-20 23:56:27 +09:00
main.go ebiten: add FinalScreenDrawer 2022-10-14 16:49:32 +09:00