Skip to content

Instantly share code, notes, and snippets.

View amosl's full-sized avatar

Amos Laber amosl

View GitHub Profile
@amosl
amosl / AwaySheet.as
Last active August 29, 2015 13:59
Shared Material
package
{
import away3d.core.base.SubMesh;
import away3d.entities.Mesh;
import away3d.materials.TextureMaterial;
import away3d.textures.Texture2DBase;
import flash.geom.Rectangle;
import starling.textures.Texture;
import starling.textures.TextureAtlas;
@amosl
amosl / SamplePanel.as
Last active August 29, 2015 13:57
Sample Panel
package game
{
import feathers.controls.text.TextFieldTextRenderer;
import flash.geom.Rectangle;
import flash.text.TextFormat;
import starling.display.DisplayObject;
import starling.display.Sprite;
/**
* ...
@amosl
amosl / AnimSprite.as
Last active September 25, 2019 22:26
AnimSprite for Starling
/**
* Copyright (c) 2013 Amos Laber
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*