Versions in this module Expand all Collapse all v0 v0.1.0 Apr 29, 2021 Changes in this version + type Editor struct + func NewEditor() *Editor + func (e *Editor) Draw(screen *ebiten.Image) + func (e *Editor) Exit() (done bool, err error) + func (e *Editor) Save() error + func (e *Editor) Update() error + type FileBar struct + func NewFileBar(x, y int, colors *model.Palette) *FileBar + func (b *FileBar) Draw(screen *ebiten.Image) + func (b *FileBar) Update() error + type ToolBar struct + func NewToolBar(x, y int, colors *model.Palette) *ToolBar + func (b *ToolBar) Draw(screen *ebiten.Image) + func (b *ToolBar) Update() error