diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2023-05-27 20:33:31 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2023-05-27 20:33:31 +0200 |
| commit | ad2f788d90e90b734dab978ff58f4a65e3f1fdcc (patch) | |
| tree | 734546cda30157dbe84f20e485d6629b1735b151 /content/notes | |
| parent | fb520e3619524c3699e80a4697c728edaa3354a7 (diff) | |
| download | mitjafelicijan.com-ad2f788d90e90b734dab978ff58f4a65e3f1fdcc.tar.gz | |
Fixed links in notes
Diffstat (limited to 'content/notes')
| -rw-r--r-- | content/notes/dcss-on-4k-displays.md (renamed from content/notes/dcss-on-4k-display.md) | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/content/notes/dcss-on-4k-display.md b/content/notes/dcss-on-4k-displays.md index d7ab8e2..e3c6618 100644 --- a/content/notes/dcss-on-4k-display.md +++ b/content/notes/dcss-on-4k-displays.md | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | --- | 1 | --- |
| 2 | title: "Make DCSS playable on 4k Display" | 2 | title: "Make DCSS playable on 4k displays" |
| 3 | url: dcss-on-4k-display.html | 3 | url: dcss-on-4k-display.html |
| 4 | date: 2023-05-27T19:35:11+02:00 | 4 | date: 2023-05-27T19:35:11+02:00 |
| 5 | type: notes | 5 | type: notes |
| @@ -15,14 +15,14 @@ Make a file `~/.crawlrc` with the following content: | |||
| 15 | ```ini | 15 | ```ini |
| 16 | # Adjust the sizes to your liking. | 16 | # Adjust the sizes to your liking. |
| 17 | 17 | ||
| 18 | tile_font_crt_size = 24 | 18 | tile_font_crt_size = 32 |
| 19 | tile_font_stat_size = 24 | 19 | tile_font_stat_size = 32 |
| 20 | tile_font_msg_size = 24 | 20 | tile_font_msg_size = 32 |
| 21 | tile_font_tip_size = 24 | 21 | tile_font_tip_size = 32 |
| 22 | tile_font_lbl_size = 24 | 22 | tile_font_lbl_size = 32 |
| 23 | tile_sidebar_pixels = 64 | 23 | tile_sidebar_pixels = 64 |
| 24 | ``` | 24 | ``` |
| 25 | 25 | ||
| 26 | To zoom in and out in viewport, press `Ctrl+` and `Ctrl-` respectively. | 26 | To zoom in and out in viewport, press `Ctrl+` and `Ctrl-` respectively. |
| 27 | 27 | ||
| 28 | All the options are documented in the [Dungeon Crawl Stone Soup Options Guide](https://github.com/crawl/crawl/blob/master/crawl-ref/docs/options_guide.txt) file. | 28 | All the possible options are documented in the [Dungeon Crawl Stone Soup Options Guide](https://github.com/crawl/crawl/blob/master/crawl-ref/docs/options_guide.txt) file. |
