Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] 多屏幕底边未对齐时小人移动问题 #34

Closed
nebulas-star opened this issue May 27, 2023 · 4 comments
Closed

[Bug] 多屏幕底边未对齐时小人移动问题 #34

nebulas-star opened this issue May 27, 2023 · 4 comments
Labels
Bug Something isn't working Good Issue Impressive issue for this project

Comments

@nebulas-star
Copy link

nebulas-star commented May 27, 2023

版本:v2.1.0-beta
问题:双屏配置如图。
image
小人从2号屏幕底边向右行走会进入1号屏幕底边「下方」的无法显示亦无法将鼠标移入的位置。
建议避免该情况。

@nebulas-star
Copy link
Author

nebulas-star commented May 27, 2023

另:当小人从2号屏幕顶部窗口向右移动时出现了「掉落」至1号屏幕「顶线」所在的平面的情况(「坐下」动作时只有脚部在屏幕内)
启用截图的情况下所有小人都会「掉落」至屏幕底面;此时1号屏幕内的小人都会「掉入」如主题所述的位置。

@isHarryh
Copy link
Owner

主题所述问题是由目前判定重力场边界的算法引起的:目前重力场边界的设定是 恰能容纳所有屏幕的外接矩形,这样设计沿用了前面版本的单屏幕的原有边界判定模式,也是为了简化程序开发。

后续可能对该问题提供修复优化。

@isHarryh isHarryh changed the title 多屏幕底边未对齐时小人移动问题 [Bug] 多屏幕底边未对齐时小人移动问题 May 28, 2023
@isHarryh isHarryh added Bug Something isn't working Good Issue Impressive issue for this project labels May 28, 2023
@isHarryh
Copy link
Owner

isHarryh commented Jun 26, 2023

已上传测试版本,尝试修复此问题,请你验证是否解决。

@isHarryh
Copy link
Owner

isHarryh commented Jul 8, 2023

已于 1e231c9 修复此问题,本人在多屏幕上测试证明已解决。此议题将关闭。

@isHarryh isHarryh closed this as completed Jul 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working Good Issue Impressive issue for this project
Projects
None yet
Development

No branches or pull requests

2 participants