Skip to content

Commit 93a24da

Browse files
author
4b796c65
committed
Added X11 tilesets.
1 parent bcb5023 commit 93a24da

File tree

85 files changed

+711
-19
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

85 files changed

+711
-19
lines changed

CHANGELOG.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
* Some of the setFont parameters were incorrectly labeled and documented
2+
* Added some X11 unicode tilesets
3+
* SDL is now the default rasterizer since it can deal with the larger unicode tilesets
4+
15
1.1.2
26
* Window title now defaults to the running scripts filename
37
* Fixed incorrect deltaTime for App.update

MANIFEST.in

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,11 @@ include tdl/lib/linux*/*.so
88
include tdl/lib/win32/*.dll
99
include tdl/lib/darwin/*
1010
include tdl/lib/darwin/SDL.framework/Versions/A/SDL
11-
include fonts/*.png
1211
include fonts/*.txt
12+
include fonts/libtcod/*.png
13+
include fonts/libtcod/*.txt
14+
include fonts/X11/*.png
15+
include fonts/X11/*.txt
1316
include Frameworks/*.framework.tar
1417
include Frameworks/*.dmg
1518
include examples/*.py
File renamed without changes.
File renamed without changes.
File renamed without changes.

fonts/X11/10x20.png

84.3 KB
Loading

fonts/X11/4x6.png

6.03 KB
Loading

fonts/X11/5x7.png

12 KB
Loading

fonts/X11/5x8.png

10.5 KB
Loading

0 commit comments

Comments
 (0)