From 86438c831074ea2b161db28c18c998eb47b3600f Mon Sep 17 00:00:00 2001 From: yum Date: Tue, 24 Mar 2026 15:43:41 -0700 Subject: Add letter grid animation --- Scripts/gen_atlas | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Scripts') 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): -- cgit v1.2.3