TappyPlane (QuickWings rewrite/fix) #5

Open
brxxh wants to merge 13 commits from brxxh/paradiso:tappyplane into main
Showing only changes of commit c46779d92c - Show all commits

View file

@ -610,9 +610,6 @@ struct App {
// Conflower blue // Conflower blue
context.set_clearcolor(paradiso::RGBA::from_rgb(0x64, 0x95, 0xED)); context.set_clearcolor(paradiso::RGBA::from_rgb(0x64, 0x95, 0xED));
// Der Asset Loader bekommt den Pfad.
paradiso::BitmapIO::get().set_path("assets");
// Wir initialisieren unsere Sachen. // Wir initialisieren unsere Sachen.
auto game_state = GameState::Start; auto game_state = GameState::Start;