Moved artist (now art) into another repo

This commit is contained in:
2023-05-03 20:17:48 -04:00
parent 54ea1c283f
commit 501eb34922
36 changed files with 191 additions and 186 deletions

View File

@@ -4,7 +4,7 @@ package ability
import "image"
import "tomo"
import "tomo/input"
import "tomo/artist"
import "art"
// Layoutable represents an element that needs to perform layout calculations
// before it can draw itself.
@@ -24,7 +24,7 @@ type Container interface {
// the specified canvas. The bounds of this canvas specify the area that
// is actually drawn to, while the Entity bounds specify the actual area
// of the element.
DrawBackground (artist.Canvas)
DrawBackground (art.Canvas)
// HandleChildMinimumSizeChange is called when a child's minimum size is
// changed.