add/remove comments
This commit is contained in:
@@ -7,7 +7,6 @@ class Player {
|
||||
|
||||
move_by(amount) {
|
||||
this.position += amount;
|
||||
//todo: move by 1 only on the last 3 fields
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user