mirror of
https://github.com/stevenhowes/CTheEscape.git
synced 2026-05-26 15:53:29 +01:00
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:
@@ -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 '~':
|
||||
|
||||
Reference in New Issue
Block a user