Do mass loading with AllTheJaby
This commit is contained in:
@@ -129,9 +129,6 @@ namespace Shared {
|
||||
}
|
||||
|
||||
static void setup() {
|
||||
// Use this size for the doener fish state?
|
||||
// doener_fish.set_rect_size_fast(Make::SizeI16(64, 32));
|
||||
|
||||
Assets::Main::load();
|
||||
FontWriter::setup();
|
||||
paco.setup();
|
||||
@@ -262,7 +259,7 @@ namespace LoadingScene {
|
||||
}
|
||||
jaby_sprt.tex_offset.add(jaby_frame_offset, 0);
|
||||
|
||||
GPU::swap_buffers();
|
||||
GPU::swap_buffers(!Shared::load_test);
|
||||
GPU::render(jaby_sprt);
|
||||
GPU::render(load_font);
|
||||
jaby_sprt.position.move(Assets::Main::JabyLoader::FontFrame.size.width + Assets::Main::JabyLoader::JabyFrame.size.width + 8, 0);
|
||||
|
Reference in New Issue
Block a user