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

Handling updates to core #364

Closed
AbrahamBrookes opened this issue Jan 28, 2025 · 2 comments
Closed

Handling updates to core #364

AbrahamBrookes opened this issue Jan 28, 2025 · 2 comments

Comments

@AbrahamBrookes
Copy link

I have cloned this repo and started making my game. I'm new to the framework here, and I can see some TODO's in the code. When this repo gets an update, how do I get the latest code into my game, and how do I develop this in a way that will make those updates as smooth as possible?

I'm assuming that I should avoid editing any files in the addon core files and extend the classes as I need, in my own code. Is there anything else to be aware of?

@Phazorknight
Copy link
Owner

Yup, you pretty much got it.
Updating/pulling from the repo is the way to go usually.

Extending classes is the best way to ensure compatibility. If there's smaller specific issues you come across, feel free to post an issue or suggestion and someone or myself might be able to update the repo in a decently timely matter.

@Phazorknight
Copy link
Owner

Closing this as I assume this has been answered. Please reopen if needed.

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

No branches or pull requests

2 participants