We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2ddcc43 + dcd52e2 commit a773af1Copy full SHA for a773af1
cocos2d/CCTMXXMLParser.h
@@ -77,7 +77,7 @@ typedef enum ccTMXTileFlags_ {
77
@property (nonatomic,readwrite) BOOL visible;
78
79
/** Layer Opacity. */
80
-@property (nonatomic,readwrite) unsigned char opacity;
+@property (nonatomic,readwrite) float opacity;
81
82
/** True to release ownership of layer tiles. */
83
@property (nonatomic,readwrite) BOOL ownTiles;
0 commit comments