I have some common functionality: front end stuff, options screen, a method to go between levels etc.
My instinct is that i want to wrap this up and reuse it instead of copy-pasting it around, as I still find bugs/make improvements to it
Is this a pure source control thing, or can I go it some clever godot way as a addon? Rightnow I'm using git which is not super familiar to me (much more used to p4)
opinions welcome, direct examples even more so!