From 58904b7d9b781c9a7eb18183392b3a565fdbcd51 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sat, 8 Jul 2023 23:26:39 +0200 Subject: Removed public folder --- public/dcss-on-4k-display.html | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100755 public/dcss-on-4k-display.html (limited to 'public/dcss-on-4k-display.html') diff --git a/public/dcss-on-4k-display.html b/public/dcss-on-4k-display.html deleted file mode 100755 index e8df370..0000000 --- a/public/dcss-on-4k-display.html +++ /dev/null @@ -1,22 +0,0 @@ -Make DCSS playable on 4k displays

Make DCSS playable on 4k displays

May 27, 2023

Dungeon Crawl Stone Soup has a a very small font by default. On a 4k display, it -is barely readable. This is how I made it playable.

Make a file ~/.crawlrc with the following content:

# Adjust the sizes to your liking.
-
-tile_font_crt_size = 32
-tile_font_stat_size = 32
-tile_font_msg_size = 32
-tile_font_tip_size = 32
-tile_font_lbl_size = 32
-tile_sidebar_pixels = 64
-

To zoom in and out in viewport, press Ctrl+ and Ctrl- respectively.

All the possible options are documented in the Dungeon Crawl Stone Soup Options -Guide -file.

\ No newline at end of file -- cgit v1.2.3