prep for texgen tool
parent
903bcc3afa
commit
9e5612aac0
|
@ -1,6 +1,8 @@
|
||||||
#include "gen/texgen.h"
|
#include "gen/texgen.h"
|
||||||
#include "world/world.h"
|
#include "world/world.h"
|
||||||
|
|
||||||
|
#include "texgen_data.c"
|
||||||
|
|
||||||
Image texgen_build_block(uint32_t biome, uint32_t kind) {
|
Image texgen_build_block(uint32_t biome, uint32_t kind) {
|
||||||
// TODO(zaklaus):
|
// TODO(zaklaus):
|
||||||
(void)biome;
|
(void)biome;
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
// NOTE(zaklaus): contains collection of packed images used by texgen
|
Loading…
Reference in New Issue