ctrlpad: change control font
parent
4d2402268f
commit
1f8b86624e
|
|
@ -118,7 +118,7 @@
|
||||||
draw(g: Graphics, single?: Control): void {
|
draw(g: Graphics, single?: Control): void {
|
||||||
g
|
g
|
||||||
.setFontAlign(0, 0)
|
.setFontAlign(0, 0)
|
||||||
.setFont("Vector:20");
|
.setFont("4x6:3" as any /* FIXME */);
|
||||||
|
|
||||||
for(const ctrl of single ? [single] : this.controls){
|
for(const ctrl of single ? [single] : this.controls){
|
||||||
g
|
g
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue