parasyte/pixels

Feature request: force a particular scaling factor

オープン

#89 opened on 2020/06/14

 (3 件のコメント) (0 件のリアクション) (0 人の担当者)Rust (147 件のフォーク)auto 404
enhancementgood first issue

Repository metrics

Stars
 (2,121 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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.

コントリビューターガイド