This repository has been archived on 2024-08-25. You can view files and clone it, but cannot push or open issues or pull requests.
Shattered-Pixel-Dungeon-Ubu.../shatteredpd.wrapper

9 lines
166 B
Plaintext
Raw Normal View History

2022-05-27 18:21:17 +01:00
#!/bin/bash
SCALE=$(( $GRID_UNIT_PX / 8 ))
export GDK_BACKEND=x11
export GDK_SCALE=$SCALE
exec java -jar ./ShatteredPD.jar --force-device-scale-factor=$SCALE "$@"