Conversation
… isn't dependent on a submodule.
…on_walker. TODO: Figure out why all of it's connections are broken, or manually rebuild it.
… isn't dependent on a submodule.
…on_walker. TODO: Figure out why all of it's connections are broken, or manually rebuild it.
50a27ff to
b762a6d
Compare
Collaborator
Author
|
Just waiting on the ability to properly duplicate GaeaGraph resource files in #431 (so that demos and tests can be decoupled, since the automated tests don't have access to the gaea-demos submodule). |
…now uses generate_test.tscn instead of walker_demo.tscn.
…_test.gd and tilemap_renderer_test.gd for better type checking
BenjaTK
approved these changes
Nov 5, 2025
Collaborator
BenjaTK
left a comment
There was a problem hiding this comment.
Forgot to approve, oops.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
2.0 Demos Sub-Module
What it Does
Changed 2.0's demos folder into a module connecting to the gaea-demos 2.0 branch.
Things to Note
For the sake of releases this shouldn't have any negative consequences. However, users cloning the repository would need to initialize submodule files for use on their local machine. Additionally, we should be careful not to make anything in the core plugin dependent on anything in the demos module (our automated testing already catches this as it stands).
Partially addresses #427