Area support in map editor. Increase max smart tiles. Smart tile editor. Removed static area names. Tile/map layout continuation.

This commit is contained in:
stevenhowes
2021-05-08 21:10:25 +01:00
parent 2c1288b910
commit 467263ce86
11 changed files with 359 additions and 105 deletions
+3
View File
@@ -198,6 +198,8 @@ void draw_spritetext(char* text, int x, int y)
currentx += 20 + 4;
break;
case ' ':
case '(':
case ')':
currentx += 8 + 4;
break;
case '=':
@@ -205,6 +207,7 @@ void draw_spritetext(char* text, int x, int y)
break;
case '{':
case '}':
case ']':
currentx += 26;
break;
case '~':