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 COGITO_O1_Demo.tscn scene load error #133

Merged
merged 1 commit into from
Apr 1, 2024

Conversation

samaritan-sw
Copy link
Contributor

Hi,

On the current main branch I'm getting an error trying to load COGITO_01_Demo.tscn due to the chest inventory resource being referenced but not actually defined anywhere in the scene file (probably due to some mixup during a commit).

I've defined a new InventoryPD resource for the chest wit 4 slots, 2 potions and 2 batteries (which seems to be what it contained originally), and the scene now loads properly. It seems resource ids in scene files are constantly redefined by Godot, so sorry if this PR contains more line changes than strictly necessary!

@ac-arcana
Copy link
Collaborator

I can confirm I can't load that scene either.

image

Copy link
Owner

@Phazorknight Phazorknight left a comment

Choose a reason for hiding this comment

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

Awesome, thanks so much for this.

And yeah, don't worry about the resource ID lines.

@Phazorknight Phazorknight merged commit 2a35472 into Phazorknight:main Apr 1, 2024
@samaritan-sw samaritan-sw deleted the demoscenefix branch April 2, 2024 16:40
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.

3 participants