Color
to use tetra::graphics::{self, Text, Font, Vec2};
because of graphics::clear(ctx, Color::rgb(0.392, 0.584, 0.929));
line.text: Texture::new(ctx, "./player.png")?,
to texture: Texture::new(ctx, "./player.png")?,
in GameState new function.