mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-02 16:38:41 +00:00
Added a more flexible path system (and fixed some minor stuff)
This commit is contained in:
parent
dc414091e7
commit
6b6c2d37ea
22 changed files with 356 additions and 111 deletions
|
@ -95,13 +95,12 @@ struct TileSpec
|
|||
} param;
|
||||
};
|
||||
|
||||
/*extern const char * g_tile_texture_paths[TILES_COUNT];
|
||||
extern video::SMaterial g_tile_materials[TILES_COUNT];*/
|
||||
|
||||
/*
|
||||
Functions
|
||||
*/
|
||||
|
||||
void init_tile_texture_paths();
|
||||
|
||||
const char * tile_texture_path_get(u32 i);
|
||||
|
||||
// Initializes g_tile_materials
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue