transfered from codeberg

This commit is contained in:
2026-03-26 14:46:39 -05:00
parent 630f28bb7e
commit 5ed2173793
136 changed files with 14932 additions and 0 deletions

View File

@@ -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