tiled 基本数据

This commit is contained in:
yhh
2020-08-12 12:16:35 +08:00
parent c89ed25d8a
commit 167ef03df6
24 changed files with 2625 additions and 3 deletions

8
source/src/Utils/Enum.ts Normal file
View File

@@ -0,0 +1,8 @@
module es {
export enum Edge {
top,
bottom,
left,
right
}
}