YunYouJun / advjs

🎮 ADV.JS Web AVG Engine 面向未来与前端的文字冒险游戏引擎(WIP)
https://advjs.org
Mozilla Public License 2.0
268 stars 25 forks source link

截屏功能无效 #5

Open smallp opened 2 years ago

smallp commented 2 years ago

截屏对象只有背景图,背景图一般还是外链,截不下来,直接黑屏。 鉴于本来就是web版本,我们可以去掉截图功能,不管是PC端还是移动端都有比较方便的截图工具。

YunYouJun commented 2 years ago

The screenshots are intended as archive thumbnails and I don't think they should be removed.

smallp commented 2 years ago

However, it does not work. You need to find a better way to do that, or just remove it. As for the archive thumbnails, what about just use the background?

YunYouJun commented 2 years ago

Screenshots can be a reserved means of dealing with 3D images, and we can achieve pure 2D content by recording backgrounds and vertical drawings.

Thanks for your feedback, we don't have to rush to remove it, I will consider optimizing the implementation in this regard.

smallp commented 2 years ago

OK, up to you.