update readme

This commit is contained in:
honmono
2022-03-30 10:57:19 +08:00
parent c7d30bc03b
commit 1785cbedea
16 changed files with 1073 additions and 45 deletions

View File

@@ -7,8 +7,6 @@ export class ComMovable {
public speed = 0;
public points: cc.Vec2[] = [];
public pointIdx = 0;
public keepDir = false;
public speedDirty = false;
}