Praytic / youtd2

Classic community-driven session-based Tower Defense game with RPG elements.
https://youtd2.com/
MIT License
95 stars 16 forks source link

Score multiplier for Challenge creep sizes are incorrect #441

Closed Coder-Li closed 3 months ago

Coder-Li commented 3 months ago

https://github.com/Praytic/youtd2/blob/4cd0b1f4069e055714da3796ee14a70753f1e02f/src/enums/creep_size.gd#L71

Hello, I'm new to godot and I've benefited a lot from the code of this project. Can I get access to static resources? :)

Kvel2D commented 3 months ago

Hello. Yes, those values are really incorrect. They are supposed to be as in the comment above. Thanks for reporting this!

Can I get access to static resources? :)

By "static resources", do you mean the assets? If so, check this file for instructions: https://github.com/Praytic/youtd2/blob/main/.github/CONTRIBUTING.md

Coder-Li commented 3 months ago

Yes, that's exactly what I needed! thank