This website works better with JavaScript
Home
Verkennen
Help
Inloggen
LInE
/
Alfabetiza
Volgen
6
Ster
0
Vork
0
Bestanden
Issues
0
Pull-aanvragen
0
Wiki
Boom:
3a173f17bd
Aftakkingen
Labels
master
Alfabetiza
/
pandora
/
resources
/
FontRes.js
FontRes.js
127 B
Geschiedenis
Ruwe
1
2
3
4
5
6
7
8
class FontRes
{
constructor(name = "", p5Font = null)
{
this.name = name;
this.P5Font = p5Font;
}
}