Great tile set! Highly recommend !
HaMeRoNLive
Recent community posts
Are you going to do it? Great asset, but I think you should improve it a little bit. For example, make the size not based on the size of the sprite, give it exact values in the item settings. remove useless list and map requests that make fps unplayable in combination with other mechanics. Well, as an additional cool opportunity, make an inventory with scrolling
Sorry) I can send you the project itself. There is your code without edits. I don't know how to explain the problem to you. All I can see is that in the junction of tiles, the player sometimes gets stuck in a collision, and when doing so, there is a chance that the game will freeze.
Or maybe it would be more correct that you send your working version with a tile collision, and I will try to find the problem. Maybe I did something wrong. although I have tried several times.
I Use tile collision I sometimes get stuck and there is a chance that the game will freeze. https://images-ext-1.discordapp.net/external/UZFVf_tk6sHPgHBiysILtOfV_U55eM_uQWI...
I have tried commenting all my code, and leaving only your plugin. Result 1. After changing the resolution, I can't get the camera to follow the character. yes, there is a lot of superfluous in the code, but there is nothing in it that would break the camera. macro values from the plugin are identical to those that I have.
I am using camera_set_view_pos(cam, x-temp_cam_w_half, y-temp_cam_h_half); in step. But after I change the screen resolution, my camera is attached to the upper left corner. https://i.imgur.com/L6sOhbJ.png