Shape_Piece_Map #15
@ -8,8 +8,8 @@ public class Vec2 {
|
||||
public int x, y;
|
||||
|
||||
public Vec2() {
|
||||
x = -1;
|
||||
y = -1;
|
||||
x = 0;
|
||||
tonitch marked this conversation as resolved
Outdated
|
||||
y = 0;
|
||||
}
|
||||
|
||||
public Vec2(int x, int y ){
|
||||
|
Loading…
Reference in New Issue
Block a user
oublie pas de l'enlever bb
e7d82b3076