Skip to content

Instantly share code, notes, and snippets.

@trethaller
trethaller / keybase.md
Last active December 20, 2021 10:42
keybase.md

Keybase proof

I hereby claim:

  • I am trethaller on github.
  • I am trethaller (https://keybase.io/trethaller) on keybase.
  • I have a public key ASAIk2mCpDEIVZybUEoKFHfH_tz31cVTrhJufKTLutTCsAo

To claim this, I am signing this object:

@trethaller
trethaller / Text.hx
Last active September 17, 2017 08:22
import h2d.Drawable;
import h2d.Font;
import h2d.Graphics;
import h2d.Sprite;
import h2d.Text.Align;
class TextWidget extends Sprite
{
public var align: Align;
public var textField: h2d.Text;