Add Dönerfisch
This commit is contained in:
@@ -38,6 +38,12 @@ static const Menu::SimpleMenu::Entry MenuEntries[] = {
|
||||
{"Menu 5"}
|
||||
};
|
||||
|
||||
static const auto doener_fish = Make::SPRT(
|
||||
Make::AreaI16(16, GPU::Display::Height - 64, 128, 64), // v this needs to be nicer! Has to be
|
||||
Make::OffsetPageWithClut(Make::PageOffset(120, 0), Make::PageClut(Assets::Main::DoenerFishTIM.get_clut_position())),
|
||||
GPU::Color24::Grey()
|
||||
);
|
||||
|
||||
// Do we want this namespace?
|
||||
// Do we want Paco to be HERE?!
|
||||
static object::Paco paco;
|
||||
@@ -54,6 +60,9 @@ 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();
|
||||
@@ -86,8 +95,8 @@ static void setup() {
|
||||
|
||||
namespace NormalScene {
|
||||
static void update() {
|
||||
static const char Title[] = "Pool Box";
|
||||
static const char Version[] = "Ver. 0.8";
|
||||
static const char Title[] = ">> Pool Box <<";
|
||||
static const char Version[] = "Ver. 0.8.1";
|
||||
static constexpr auto TitleLength = DefaultFont::Info.estimate_str_render_length(Title);
|
||||
static constexpr auto VersionLength = DefaultFont::Info.estimate_str_render_length(Version);
|
||||
|
||||
@@ -105,6 +114,7 @@ namespace NormalScene {
|
||||
FontWriter::new_font_writer.render();
|
||||
FontWriter::bios_font_writer.render();
|
||||
paco.render();
|
||||
GPU::render(doener_fish);
|
||||
}
|
||||
|
||||
static void run() {
|
||||
|
Reference in New Issue
Block a user