Update Flow Engine base. #8
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is based upon Sslaxx/Godot_Sonic_Engine#31 which is the most recent pull to date of my original repo based upon Flow Engine. The purpose of this pull request is to bring this up to date and eliminate the separate (non-forked) repository.
Supersedes #7
Supersedes #6
Supersedes #5
Fixes #4
Fixes #2
Partially fixes #3
Changes from the last pull of Flow Engine are as follows:
player_generic.gdandplayer_<name>.gd. Some functionality still needs moving over. Same with enemies. Genericising Sslaxx/Godot_Sonic_Engine#15_inputfunction. Movement improvements Sslaxx/Godot_Sonic_Engine#9can_) to determine what a player can do. As only currently Sonic exists in the codebase, the only flag used iscan_boost. Made state flags follow similar conventions (e.g.is_boosting).Caveats:
1.tscnappears to have collision issues with loops. A very few times I've noticed Sonic "glitch" through loops or walls. Not entirely sure yet what is causing this, shall need further investigation.