1
0
Fork 0

property display: set HELVETICA_12 font (same as for fps display)

This commit is contained in:
mfranz 2008-05-14 10:36:37 +00:00
parent 02c4b7a613
commit ba57bd9a2e

View file

@ -182,6 +182,7 @@ var property_display = {
});
me.window = window.new(x, y, lines, 0);
me.window.align = "left";
me.window.font = "HELVETICA_12";
me.loopid = 0;
me.reset();
},