add Slice9 type

This commit is contained in:
Omar Mohamed Ali Mudhir
2017-01-16 14:42:22 +00:00
parent 8c217af051
commit d5fed78bf5
7 changed files with 135 additions and 70 deletions

View File

@@ -10,9 +10,9 @@ class App
Shader shader_color;
Shader shader_uv;
Plane plane;
Plane longPlane;
Circle circle, circle1, circle2;
Circle circle, circle2;
Rounded rounded;
Slice9 slice;
Texture2D tex;
public:
static App I;