17cupsofcoffee on oddio
Update oddio (compare)
17cupsofcoffee on main
Resize text in the scaling exam… (compare)
17cupsofcoffee on main
Add Rectangle::combine (compare)
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.