snake demo

This commit is contained in:
pengfei.zhou
2019-07-25 14:34:54 +08:00
parent 32c409c7b0
commit 40416ff3fd
3 changed files with 94 additions and 12 deletions

View File

@@ -297,6 +297,9 @@ export class Text extends View {
@Property
maxLines?: number
@Property
textAlignment?: Gravity
}
export class Image extends View {