name and first release :D

This commit is contained in:
KikooDX 2021-05-28 17:28:29 +02:00
parent 0cc385d8e7
commit b0879e9e03
3 changed files with 6 additions and 6 deletions

View File

@ -2,7 +2,7 @@
# toolchain file and module path of the fxSDK
cmake_minimum_required(VERSION 3.18)
project(MTEM C)
project(MOMENTO C)
include(GenerateG3A)
include(Fxconv)

6
README
View File

@ -1,6 +1,6 @@
More Than Enough Mechanics
==========================
Serenity
Momento
=======
Freeze moments in level design.
Build dependencies
------------------

View File

@ -2,8 +2,8 @@
/* Copyright (C) 2021 KikooDX */
#pragma once
#define GAME_NAME "MTEM"
#define VERSION "3.50"
#define GAME_NAME "MOMENTO"
#define VERSION "0.1.0"
#define TILE_WIDTH 16
#define TILE_HEIGHT 16
#define TILESET_WIDTH 16