diff options
| author | yum <yum.food.vr@gmail.com> | 2026-03-24 15:43:41 -0700 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2026-03-24 15:43:41 -0700 |
| commit | 86438c831074ea2b161db28c18c998eb47b3600f (patch) | |
| tree | d4d5a7b29df240bf0ce0670f961d33fb571e9aeb /Scripts/gen_atlas | |
| parent | e19bf2d07048bf1b6a9c636380c52f44336c81e8 (diff) | |
Add letter grid animation
Diffstat (limited to 'Scripts/gen_atlas')
| -rwxr-xr-x | Scripts/gen_atlas | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Scripts/gen_atlas b/Scripts/gen_atlas index a3fac72..7400013 100755 --- a/Scripts/gen_atlas +++ b/Scripts/gen_atlas @@ -69,9 +69,9 @@ CHAR_RANGES = [ (0x0370, 0x03ff), # greek and coptic (0x0400, 0x04ff), # cyrillic (0x0500, 0x052f), # cyrillic supplement - (0x0530, 0x058f), # armenian - (0x0590, 0x05ff), # hebrew - (0x0600, 0x06ff), # arabic + #(0x0530, 0x058f), # armenian + #(0x0590, 0x05ff), # hebrew + #(0x0600, 0x06ff), # arabic ] def calculate_grid_size(char_ranges): |
