You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: