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