Md
@md18095
e
1
29
0
1
I cant upload files to my repl; the button isn't working. When I try pressing the "upload file" button, nothing happens. I tried pressing "upload fold
ShizukoV I recommend reporting it as a bug.
I think what you can do to fix it (I may be wrong, but) what you can try is making sure that Replit has the ability to open up your files?
Or if that doesn't work, than maybe try later? Idk, this hasn't happened to me before ;-;.
Maybe try switching to Explorer and see if that works?2 years ago
repl: https://replit.com/@md18096e/game1#script.js
I made collision detection for objects and players inside of my game but there is a problem; when
GameDev46 For collision detection you would want to check if all of those where true as right now the collision script would fire if you moved above or beneath the object, even if you weren’t touching it. I would always say if players y is greater than the objects bottom and less than the objects top and if that was true you would then check if the players x was more than the left of the object and less than the right and if so then the player would’ve collided with the object and if so get there speed an2 years ago