Implement Wiggle Title Text

This commit is contained in:
Jaby
2024-01-03 15:18:44 -06:00
parent 9efcf87ecc
commit a7096ac92c
8 changed files with 66 additions and 14 deletions

View File

@@ -0,0 +1,14 @@
#pragma once
#include <FontWriter/Type/types.hpp>
#include <FontWriter/font_writer.hpp>
namespace FontWriter {
using namespace JabyEngine;
extern Wiggle wiggle;
extern JabyEngine::FontWriter new_font_writer;
extern JabyEngine::FontWriter bios_font_writer;
void setup();
State update(const GPU::PositionI16& start);
}