Added some simple background textures from OpenGameArt.org and rendered them with a little parallax effect

This commit is contained in:
2025-09-02 12:20:11 -07:00
parent 3aee6123c6
commit f45c2d88e0
10 changed files with 46 additions and 14 deletions

View File

@@ -49,7 +49,7 @@ Description:
#define CWASM_DEBUG_OUTPUT_PRINT_BUFFER_SIZE 1024 //chars
#endif
#ifndef CWASM_ENABLE_DBG_LEVEL_DEBUG
#define CWASM_ENABLE_DBG_LEVEL_DEBUG 1
#define CWASM_ENABLE_DBG_LEVEL_DEBUG CWASM_DEBUG
#endif
#ifndef CWASM_ENABLE_DBG_LEVEL_INFO
#define CWASM_ENABLE_DBG_LEVEL_INFO 1
@@ -61,6 +61,10 @@ Description:
#define CWASM_ENABLE_DBG_LEVEL_ERROR 1
#endif
#ifndef CWASM_NO_STB_IMAGE
#define CWASM_NO_STB_IMAGE 0
#endif
// +--------------------------------------------------------------+
// | Macros |
// +--------------------------------------------------------------+