This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Code by rodrigolopezpeker (aka 7interactive™) on 1/9/14 12:30 PM. | |
*/ | |
package rodrigolopezpeker.net { | |
import flash.events.Event; | |
import flash.events.ProgressEvent; | |
import flash.filesystem.File; | |
import flash.filesystem.FileMode; | |
import flash.filesystem.FileStream; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Created by rodrigo on 12/14/13. | |
*/ | |
package rodrigolopezpeker.genome2d.text { | |
import com.genome2d.textures.GTexture; | |
import flash.utils.Dictionary; | |
public class BitmapChar { |