(select-screen
  ;; Uncomment the background token and put it in whatever png file you want
  ;; to change the select screen background
  ;; (background paintown-title.png)
  ; Use a menu animation (This will override the background if it is set)
  (animation
    (location 0)
    (image 0 "menu/paintown.png")
    (velocity -.001 0)
    (frame
      (image 0)
      (time -1)))
  )
