Random avatars: adding some colors.

This commit is contained in:
John Livingston
2022-01-06 07:08:54 +01:00
parent 4e201ef82e
commit 7d4576716a
21 changed files with 6203 additions and 1 deletions

View File

@ -16,7 +16,7 @@ local function load_avatar(filename)
file:close();
return result;
end
local AVATARS_COUNT = 20;
local AVATARS_COUNT = 40;
for i = 1, AVATARS_COUNT do
avatars[i] = load_avatar(i .. '.png');
end