hypnagonia icon indicating copy to clipboard operation
hypnagonia copied to clipboard

Scale combat entities based on the viewport size

Open db0 opened this issue 4 years ago • 2 comments

db0 avatar Jul 16 '21 13:07 db0

I did try to make the project settings allow scaling, but that seemed to actually make things look worse. Probably due to your other viewports?

Although as you're handling other scaling manually, it might be a good idea to just scale up+space enemies in the same way.

Only viewport scaling works at the moment so if you tried 2D scaling, it won't work. Scaling the enemies automatically is a bit tricky. I don't actually scale any of the components when the viewport size changes so that would be something novel.

db0 avatar Jul 17 '21 00:07 db0