parasyte/pixels

Feature request: force a particular scaling factor

开放

#89 创建于 2020年6月14日

 (3 条评论) (0 个反应) (0 位负责人)Rust (147 个派生)auto 404
enhancementgood first issue

仓库指标

星标
 (2,121 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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.

贡献者指南