GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Description: Custom graph of github repo contributions
Homepage: http://spinach.andascarygoat.com/tags/tribby
Clone URL: git://github.com/zmack/tribby.git
Fix fontses :(
zmack (author)
Sun Aug 31 08:22:56 -0700 2008
commit  a1a734406235542acf16697c876f859e87c12ac8
tree    e5fc06fff8de20955027be68b479dd0659d825ff
parent  68d678851320f91ead8ad19e04e8c28fb6a67423
...
2
3
4
5
6
7
...
2
3
4
 
5
6
0
@@ -2,6 +2,5 @@ package skins {
0
   public class TribbySkin {
0
     [Embed(source='Tribby/redalert.ttf', fontName="Ventouse", fontFamily="Ventouse", mimeType="application/x-font-truetype")]
0
     public static var VentouseFont:Class;
0
- public static var PixelFont:Class;
0
   }
0
 }
...
10
11
12
13
 
14
15
16
...
10
11
12
 
13
14
15
16
0
@@ -10,7 +10,7 @@ package {
0
   public class Tribby extends Sprite {
0
 
0
     public function Tribby() {
0
- new skins.TribbySkin.PixelFont();
0
+ new skins.TribbySkin.VentouseFont();
0
       stage.scaleMode = StageScaleMode.NO_SCALE;
0
       stage.align = StageAlign.TOP_LEFT;
0
 

Comments

    No one has commented yet.