transfered from codeberg
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
#ifndef texture_atlas_mapper_h
|
||||
#define texture_atlas_mapper_h
|
||||
|
||||
#define dirt_texture 242
|
||||
#define grass_top_texture 240
|
||||
#define grass_side_texture 243
|
||||
#define wood_texture 229
|
||||
#define stone_texture 241
|
||||
|
||||
#define face_top 0
|
||||
#define face_bottom 1
|
||||
#define face_front 2
|
||||
#define face_back 3
|
||||
#define face_left 4
|
||||
#define face_right 5
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user