Skip to content

Commit

Permalink
Merge pull request #206 from JanTrueno/main
Browse files Browse the repository at this point in the history
Update mod_ROCKNIX.txt
  • Loading branch information
kloptops authored Dec 24, 2024
2 parents 7213595 + 717a462 commit 0d50ecb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions PortMaster/mod_ROCKNIX.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ fi

export LIBGL_DRIVERS_PATH=/usr/lib32/dri:/usr/lib/dri

# Use for Godot 2
GODOT2_OPTS="-r ${DISPLAY_WIDTH}x${DISPLAY_HEIGHT} -f"

# Use for Godot 3+
GODOT_OPTS="--resolution ${DISPLAY_WIDTH}x${DISPLAY_HEIGHT} -f"

pm_platform_helper() {
if [ -e "/usr/bin/portmaster_sway_fullscreen.sh" ]; then
/usr/bin/portmaster_sway_fullscreen.sh "$(basename "$1")"
Expand Down

0 comments on commit 0d50ecb

Please sign in to comment.