Adding support for transparent color

This commit is contained in:
Vince
2012-09-02 01:41:49 +02:00
parent 700c6ab144
commit 4622cf67a7
5 changed files with 65 additions and 8 deletions

View File

@ -1,3 +1,3 @@
var Constants = {
TRANSPARENT_COLOR : "tc"
TRANSPARENT_COLOR : "TRANSPARENT"
};