Process tileset.

This commit is contained in:
2025-09-12 12:43:56 -05:00
parent 46a94ecacd
commit 9b98181d28
18 changed files with 205 additions and 47 deletions

View File

@@ -8,6 +8,7 @@
#pragma once
#include "display/camera.h"
#include "rpg/world/map.h"
#include "error/error.h"
typedef struct {
camera_t camera;
@@ -18,7 +19,7 @@ extern sceneoverworld_t SCENE_OVERWORLD;
/**
* Initialize the overworld scene.
*/
void sceneOverworldInit(void);
errorret_t sceneOverworldInit(void);
/**
* Update the overworld scene.