Wiggle experiments

This commit is contained in:
2023-12-01 15:25:36 -05:00
parent cd9f90bcd4
commit 833bc560d0
5 changed files with 18 additions and 9 deletions

View File

@@ -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();
};
}