Skip to content

Dead trigger version 2.0 fix

Latest

Choose a tag to compare

@justaporter justaporter released this 09 Jul 14:44
197e647

BUG FIXES:
the game should scale correctly now to other devices without black borders. specific arguments are now added in dt.toml that get autoconfigured to your devices width and height
displayWidth=
displayHeight=
these get called in the SH script automatically
WIDTH=$DISPLAY_WIDTH
HEIGHT=$DISPLAY_HEIGHT

sed -i "s/^displayWidth=./displayWidth=$WIDTH/" "$GAMEDIR/dt.toml"
sed -i "s/^displayHeight=.
/displayHeight=$HEIGHT/" "$GAMEDIR/dt.toml"

so it is done for you.
DeadTrigger1-v2.0.zip