fixe building animations
This commit is contained in:
parent
bdd9d6c746
commit
ae32a0a298
4 changed files with 18 additions and 14 deletions
|
|
@ -70,8 +70,8 @@ public class Vector2f implements Comparable{
|
|||
}
|
||||
|
||||
public void sub(float sx,float sy){
|
||||
x += sx;
|
||||
y += sy;
|
||||
x -= sx;
|
||||
y -= sy;
|
||||
}
|
||||
|
||||
public String toString(){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue