Castiel Posted April 30, 2022 Share Posted April 30, 2022 I saw in another project on this engine the ability of the character to move diagonally. At the same time, you do not need to draw a new sprite, the main thing is that it moves. Nobody knows how to implement it? Link to comment Share on other sites More sharing options...
0 Blinkuz Posted April 30, 2022 Share Posted April 30, 2022 Here in the forum there is a patch for the source code that has that functionality but it is not compatible with the latest versions of the engine and needs minor adjustments, but I am currently working on an implementation based on the prerelease branch https://github.com/AscensionGameDev/Intersect-Engine/pull/1229 here you can see the code, currently it works in a basic way and some adjustments are needed to make it optional etc, if you want to leave the diagonal movement by default in your project then all the code that I have in this PR will work for you. Castiel 1 Link to comment Share on other sites More sharing options...
Question
Castiel
I saw in another project on this engine the ability of the character to move diagonally. At the same time, you do not need to draw a new sprite, the main thing is that it moves. Nobody knows how to implement it?
Link to comment
Share on other sites
1 answer to this question
Recommended Posts