07-03-2024, 03:26 PM
I hate to harp on your game but I am pretty sure you want people to enjoy it so...
Changes I made:
got me to here:
I have no idea what to do with game and I managed to catch WASD instructions in code to know that was keys to move.
So some instructions are really needed plus Linux users do not have access to Windows Font files.
Changes I made:
Code: (Select All)
Dim Shared folder$
folder$ = ".\Assets\" ' <<<< changed this I put the bas code one level up from assets
Screen _NewImage(1264, 878, 32) ' Create new screen <<<<<<<<< too high
_FullScreen ' <<<< added this
got me to here:
I have no idea what to do with game and I managed to catch WASD instructions in code to know that was keys to move.
So some instructions are really needed plus Linux users do not have access to Windows Font files.
b = b + ...