functional bots, small refactoring, readme edit

This commit is contained in:
programsnail 2024-07-26 22:36:12 +03:00
parent 5299e89633
commit 7e67a3bd30
13 changed files with 179 additions and 91 deletions

View file

@ -5,7 +5,7 @@
namespace canvas {
struct Text : public Object {
uint scale;
uint64_t scale;
uint value;
};