This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
LInE
/
Alfabetiza
Segui
6
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
3a173f17bd
Rami (Branch)
Tag
master
Alfabetiza
/
pandora
/
resources
/
FontRes.js
FontRes.js
127 B
Cronologia
Originale
1
2
3
4
5
6
7
8
class FontRes
{
constructor(name = "", p5Font = null)
{
this.name = name;
this.P5Font = p5Font;
}
}