parasyte/pixels

Feature request: force a particular scaling factor

Ouverte

#89 ouverte le 14 juin 2020

 (3 commentaires) (0 réaction) (0 personne assignée)Rust (147 forks)auto 404
enhancementgood first issue

Métriques du dépôt

Stars
 (2 121 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

Description

I recently ported my emulator to use pixels, and it's great! I love the automatic scaling to the window size.

However, I would also like to allow my users to select a scaling factor that they prefer, regardless of window size. I tried passing my own values to pixels.resize, but this doesn't do what I want.

Guide contributeur