tiled 基本数据
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
module es {
|
||||
export interface ITmxLayer {
|
||||
offsetX: number;
|
||||
offsetY: number;
|
||||
opacity: number;
|
||||
visible: boolean;
|
||||
properties: Map<string, string>;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user