Skip to content

Instantly share code, notes, and snippets.

@nickknw
Created August 26, 2012 06:39
Show Gist options
  • Save nickknw/3475151 to your computer and use it in GitHub Desktop.
Save nickknw/3475151 to your computer and use it in GitHub Desktop.
Flashpunk Text attempts
var text:Text = new Text("blah blah");
var textEntity:Entity = new Entity(0, 0, text);
add(textEntity);
var text2:Text = new Text("yes yes");
addGraphic(text2);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment