no more initializer
build rgb-board / build (push) Successful in 1m53s Details

main
Nathan Wagner 9 months ago
parent 1093a2c1b2
commit 81e7607d53

@ -16,15 +16,6 @@ type Mario struct {
updown string updown string
} }
// animator is a wrapping function for go routine that can receive an mq channel
func initialMario() Mario {
mario := Mario{
images: initialMap(),
updown: "marioUp",
dir: image.Point{1, 1},
}
return mario
}
func loadMario(file string) image.Image { func loadMario(file string) image.Image {
reader, err := os.Open(file) reader, err := os.Open(file)

Loading…
Cancel
Save