You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Isaiah Frey edited this page May 17, 2018
·
2 revisions
How to submit a proper bug report
If you want a bug in the game to be fixed, its important you be clear about your report or programmers will not be able to fix it. Here is template you should follow:
Steps to reproduce:
List the steps to reproduce the bug, e.g.
Open v1.2.12 and run the game
Jump twice and then jump when the character makes contact with the bottom of a block
Expected Results
Say what should happen, e.g.
The character should fall to the ground
Actual Results
Say what actually happens, e.g.
The character jumps again
Relevant Notes
If you know what is going wrong, share it. If you know what portion of the code is messing up, path to that (obj_character>step event)