rename to townengine

This commit is contained in:
2024-07-29 13:06:23 +03:00
parent cbd567c4cb
commit 9181e43fcc
2 changed files with 3 additions and 3 deletions

View File

@ -177,7 +177,7 @@ static bool initialize(void) {
SDL_GL_SetAttribute(SDL_GL_DOUBLEBUFFER, 1);
/* init got far enough to create a window */
ctx.window = SDL_CreateWindow("emerald",
ctx.window = SDL_CreateWindow("townengine",
SDL_WINDOWPOS_CENTERED,
SDL_WINDOWPOS_CENTERED,
RENDER_BASE_WIDTH,