The following Model had the misspelled image (it was suppose to be villain) and it failed to find the file and thus crashed.
class Villian < Metro::UI::Sprite
property :pulsing, type: :animation, path: "villin.png",
dimensions: Dimensions.of(64,64), time_per_image: 16
def image
pulsing.image
end
end