Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix id file generation, closes #190, closes #193 #194

Merged
merged 6 commits into from
Jul 14, 2024

Conversation

bitbrain
Copy link
Owner

  • fix various issues with id file generation for categories + entities
  • update gdunit

closes #190, closes #193

@@ -1,5 +1,6 @@
# Do not modify! Auto-generated file.
class_name Items


const COPPER_ORE = "14"
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was a bug: it would not include all items correctly

pandora/entity_ids.gd Outdated Show resolved Hide resolved
@bitbrain bitbrain force-pushed the fix-id-file-generation branch from 73afc31 to beb2ae9 Compare July 14, 2024 13:36
@bitbrain bitbrain merged commit 7b63126 into godot-4.x Jul 14, 2024
2 checks passed
@bitbrain bitbrain deleted the fix-id-file-generation branch July 14, 2024 14:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Entity ids are missing in id file Pandora gets confused with mixed entities and categories.
1 participant