Rectified heretic YY-MM-DD to standard YYYY-MM-DD

This commit is contained in:
minjaesong
2017-09-20 14:36:40 +09:00
parent 5ebb83f1ed
commit b16de87dd5
188 changed files with 192 additions and 188 deletions

View File

@@ -8,7 +8,7 @@ import org.dyn4j.geometry.Vector2
*
* Can also use Hitbox.fromTwoPoints(x1, y1, x2, y2
*
* Created by minjaesong on 16-01-15.
* Created by minjaesong on 2016-01-15.
*/
class Hitbox(x1: Double, y1: Double, width: Double, height: Double) {