Skip to content
This repository was archived by the owner on Jun 3, 2022. It is now read-only.

Latest commit

History

History
15 lines (10 loc) 路 262 Bytes

File metadata and controls

15 lines (10 loc) 路 262 Bytes

Ebiten Emoji

Alpha version: The API is not stable yet

Package emoji provides Emoji images for Ebiten.

Example

Usage

func (*YourGame) Draw(screen *ebiten.Image) {
    screen.DrawImage(emoji.Image("馃崳"), nil)
}