this post was submitted on 02 Apr 2025
7 points (88.9% liked)

Godot

6509 readers
82 users here now

Welcome to the programming.dev Godot community!

This is a place where you can discuss about anything relating to the Godot game engine. Feel free to ask questions, post tutorials, show off your godot game, etc.

Make sure to follow the Godot CoC while chatting

We have a matrix room that can be used for chatting with other members of the community here

Links

Other Communities

Rules

We have a four strike system in this community where you get warned the first time you break a rule, then given a week ban, then given a year ban, then a permanent ban. Certain actions may bypass this and go straight to permanent ban if severe enough and done with malicious intent

Wormhole

[email protected]

Credits

founded 2 years ago
MODERATORS
 

Hello!

So I installed an addon and saw that it made a license, readme and so on on the main folder. At the moment I didn't had those files there since I'm still very early on the game but shouldn't this files be inside the addon folder instead of the whole project?

The addon is as simple as check for the TODO on the comments but I want to do this properly. Where should I move this files of the addon? Or my License would substitute the one there if it's stronger?

Thanks!

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 3 points 4 days ago (1 children)

Do you indend to share the code and files for your game? If not then put it where you like. If you plan to share the code then I'd be tempted to keep the license for that code in a folder with it, and move that readme to it.

[โ€“] [email protected] 2 points 4 days ago* (last edited 4 days ago)

Yeah I was thinking to open source it and I saw the repo said the MIT license but that was because of the pluggin.

Thanks for answer! I'll move it to the folder and that's it then :)