Stephcraft / Project-16x16

2D Platformer game made with processing
GNU General Public License v3.0
97 stars 77 forks source link

Amend max zoom #126

Closed micycle1 closed 4 years ago

micycle1 commented 4 years ago

https://github.com/Stephcraft/Project-16x16/blob/2561d2d4a265fdf5d9271bc4df224c4f16d957f5/src/main/java/project_16x16/Constants.java#L18

Should be 3, not 0.3.

navitux commented 4 years ago

Hello. The unique change required is the value of variable? Or in its behavior?

micycle1 commented 4 years ago

The unique change required is the value of variable? Or in its behavior?

Simply the value of the variable.

navitux commented 4 years ago

This issue have a lot of time open... I choose start my career not long time ago but I will do my best. I like so much the open source software and that it represents.

micycle1 commented 4 years ago

Fixed by #132.