Remade item and tile basic system.

Still not funcitonal but the shape is final. Sort of.
This commit is contained in:
Ondřej Hruška
2014-04-19 18:32:14 +02:00
parent ccbc95c74a
commit 65ad97994b
176 changed files with 1561 additions and 1616 deletions
@@ -32,12 +32,14 @@ public final class VectConst extends Vect {
private VectDigest digest;
VectConst(Vect other) {
VectConst(Vect other)
{
this(other.x(), other.y(), other.z());
}
VectConst(double x, double y, double z) {
VectConst(double x, double y, double z)
{
this.x = x;
this.y = y;
this.z = z;