OpenChamp / client

The Godot Project for OpenChamp
GNU General Public License v3.0
127 stars 18 forks source link

Filepath fix #23

Closed InAJacket closed 4 months ago

InAJacket commented 4 months ago

Renamed folders to use lowercase. Names with uppercase were causing issues on Linux, as Windows' filesystem is not case-sensitive, and Linux's is.

InAJacket commented 4 months ago

I was under the impression that files aren't the issue, only folders. You're right about classes though, I must have missed it.

InAJacket commented 4 months ago

Nvm, you're right. There's a separate style guide for filenames that we should probably be following too: https://docs.godotengine.org/en/stable/tutorials/best_practices/project_organization.html

InAJacket commented 4 months ago

Closing to fix merge conflict. I'll open a new PR in a minute.