Wiggle experiments
This commit is contained in:
@@ -24,7 +24,7 @@ namespace JabyEngine {
|
||||
FontWriter::setup(buffer_info, vram_dst, Make::SizeI16(font_info.FontSize.width, font_info.FontSize.height));
|
||||
}
|
||||
|
||||
GPU::PositionI16 write(GPU::PositionI16 pos, const char* str);
|
||||
GPU::PositionI16 write(GPU::PositionI16 pos, const char* str, GPU::Color24 color = GPU::Color24::Grey(), uint8_t wiggle_count = 0);
|
||||
void render();
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user