This website works better with JavaScript
Halaman utama
Jelajahi
Bantuan
Masuk
LInE
/
Alfabetiza
Liatin
6
Bintangi
0
Fork
0
Berkas
Masalah
0
Tarik Permintaan
0
Wiki
Pohon:
a457a9637d
Ranting
Tag
master
Alfabetiza
/
pandora
/
resources
/
FontRes.js
FontRes.js
127 B
Riwayat
Mentahan
1
2
3
4
5
6
7
8
class FontRes
{
constructor(name = "", p5Font = null)
{
this.name = name;
this.P5Font = p5Font;
}
}