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.

貢獻者指南