@@ -0,0 +1,9 @@
package groovy
import "github.com/hajimehoshi/ebiten/v2"
type Scene interface {
Update() error
Draw(screen *ebiten.Image)
Completed() bool
}
The note is not visible to the blocked user.