OpenChamp / client

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

Retexture of towers #92

Closed kuroki100 closed 3 months ago

kuroki100 commented 3 months ago

-Created scenes for the red and blue towers. -Added folders for the Tower assets to keep it organized. -Fixed the Blue core not using the right material. -Fixed Core folder not having a textures folder.

noah1510 commented 3 months ago

You renamed some folders to uppercase. All files and folders have to be lowercase only.

kuroki100 commented 3 months ago

ops, ill fix it now

kuroki100 commented 3 months ago

fixed the uppercase issues and cleaned up the folders a bit to make things less confusing for anyone using the models

noah1510 commented 3 months ago

The materials still contain uppercase letters

noah1510 commented 3 months ago

I just looked over the actual contents. I think instead of having one tower scene/class per team/color it would be better to just have one tower class and set the banner and crystal material to the correct value during the setup. This would make it very easy to have team banners and game modes with more than two teams without all the code duplication.