Skip to content

Commit

Permalink
docs: update readme with 7.9 inch screen env var
Browse files Browse the repository at this point in the history
  • Loading branch information
u8slvn committed Aug 31, 2024
1 parent a806e9e commit 8568316
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,19 @@ The script will generate a `dist` folder at the root of the project with the exe

For now, only one biome (mountain) is available. The feature to pick a biome randomly at start is already implemented, so I wish to add more in the future. Otherwise, I don't plan to add more features, like weathers or interactions, but the project is open to contributions. Just open a discussion before to make sure your idea fits the project.


## 7.9" screen option

**Doggo** use a weird ratio of 16:5, which is not common but fits well on a 7.9" screen. If you want to use it on a 7.9 inch screen, activating the following environment variable makes the window fit the 1280x400 resolution of 7.9" screens.

```bash
export DOGGO_7_9_SCREEN=1
```

<p align="center">
<img alt="doggo demo 7.9 screen" src="https://raw.githubusercontent.com/u8slvn/doggo/main/assets/demo-7.9-screen.gif">
</p>

## Licenses

* Code source under [GPL-3.0 License](https://www.gnu.org/licenses/gpl-3.0.en.html)
Expand Down
Binary file added assets/demo-7.9-screen.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8568316

Please sign in to comment.