Update
This commit is contained in:
parent
d6b9d09d50
commit
1e19b37301
32 changed files with 457 additions and 292 deletions
VBO/src/blocks
|
@ -1,10 +0,0 @@
|
|||
package blocks;
|
||||
|
||||
import math.Color4f;
|
||||
|
||||
public class GrassBlock extends Block{
|
||||
public GrassBlock() {
|
||||
super(new Color4f(0.2f,0.6f,0f));
|
||||
}
|
||||
|
||||
}
|
Reference in a new issue