Compare commits
2 Commits
1.4.3
...
add_custom
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f60054ca19 | ||
|
|
a55986761e |
@@ -89,8 +89,8 @@ export class SimpleBoard
|
|||||||
|
|
||||||
pts.push(new Vector2(0, 0),
|
pts.push(new Vector2(0, 0),
|
||||||
new Vector2(this.width, 0),
|
new Vector2(this.width, 0),
|
||||||
new Vector2(this.width, length),
|
new Vector2(this.width, this.height),
|
||||||
new Vector2(0, length),
|
new Vector2(0, this.height),
|
||||||
new Vector2(0, 0)
|
new Vector2(0, 0)
|
||||||
);
|
);
|
||||||
buls.push(0, 0, 0, 0, 0);
|
buls.push(0, 0, 0, 0, 0);
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user