Documentation ¶
Index ¶
Constants ¶
View Source
const ( ScreenWidth = 1512 ScreenHeight = 1024 )
Variables ¶
This section is empty.
Functions ¶
func StartLevelEditor ¶
func StartLevelEditor()
Types ¶
type LevelEditor ¶
type LevelEditor struct {
// contains filtered or unexported fields
}
func NewLevelEditor ¶
func NewLevelEditor() *LevelEditor
func (*LevelEditor) Draw ¶
func (l *LevelEditor) Draw(screen *ebiten.Image)
func (*LevelEditor) Layout ¶
func (l *LevelEditor) Layout(outsideWidth, outsideHeight int) (int, int)
func (*LevelEditor) Update ¶
func (l *LevelEditor) Update() error
Click to show internal directories.
Click to hide internal directories.