MatejSloboda / Dijkstra_map_for_Godot

MIT License
77 stars 13 forks source link

Should we forwards the example in the asset store? #97

Closed astrale-sharp closed 3 years ago

astrale-sharp commented 3 years ago

Other's project don't so I think its okay to not do that, what do you all think?

MatejSloboda commented 3 years ago

Yes, perhaps we should separate the actual project and the examples. Maybe provide a link to a repo with examples in the description? I'm not quite sure how we should handle it. I'm also not in love with how the source code is separated from the binaries. Maybe we should put the source code directories into the _/addons/dijkstra-map/Dijkstra_maplibrary/ and put .gdignore file in them to prevent Godot from importing them.

astrale-sharp commented 3 years ago

we currently use .gitattributes to ignore files on zip export (which is what is used by the asset-lib so thats very useful), we could move the source code wherever you want and use this to not export it. But i think its fine to have the examples in the same project as long as we dont export them in the assetlib (which is the current behavior)

MatejSloboda commented 3 years ago

I agree

astrale-sharp commented 3 years ago

closing this then ;)