We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TASEncodingPackage/programs/functions.avsi
Line 21 in d079895
This new approach (introduced in #12) does weird things with PCem startup. It takes this 640x680 frame
and resizes it to gameplay resolution of 800x600 like this
while it should be closer to this, to appear more like on a CRT monitor (and does appear if I comment out that line above)
Same deal with this 640x480 frame
that should look like this
The text was updated successfully, but these errors were encountered:
Should be fixed by #25
Sorry, something went wrong.
No branches or pull requests
TASEncodingPackage/programs/functions.avsi
Line 21 in d079895
This new approach (introduced in #12) does weird things with PCem startup. It takes this 640x680 frame
and resizes it to gameplay resolution of 800x600 like this
while it should be closer to this, to appear more like on a CRT monitor (and does appear if I comment out that line above)
Same deal with this 640x480 frame
that should look like this
The text was updated successfully, but these errors were encountered: