This website works better with JavaScript
Головна сторінка
Огляд
Довідка
Увійти
LInE
/
Alfabetiza
Слідкувати
6
Зірка
0
Відгалуження
0
Файли
Проблеми
0
Запити на злиття
0
Wiki
Дерево:
3a173f17bd
Гілки
Теги
master
Alfabetiza
/
pandora
/
resources
/
FontRes.js
FontRes.js
127 B
Історія
Запис
1
2
3
4
5
6
7
8
class FontRes
{
constructor(name = "", p5Font = null)
{
this.name = name;
this.P5Font = p5Font;
}
}