You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the enhancement/feature you would like to see?
Hello, thank you for writing and maintaining Portals.
Scenario:
Laptops moving between locations and monitors. (Example)
Idea:
Would it be possible to reference the boundaries on the right hand side and bottom of a presentable area (Max X-Res, Max Y-Res) for portal placement? In the same manner that arrays can be referenced from the end-of-array by specifying negative numbers to indicate the end-of-array or in this case from-the-top-of-max-resolution.
Eg,
Array items 1,2 of 1,2,3,4,5 = 1 and 2.
Array items -1,-2 of 1,2,3,4,5 = 5 and 4.
Config:
with a 1000*1000 screen area.
with a portal dimension of 200*200
When using positive X,Y co-ordinates, they refer to the TOP of portal and LEFT hand side of portal
When using negative X,Y co-ordinates, they refer to the BOTTOM of portal and RIGHT hand side of portal
Example:
A portal located 10,10 from the Top Left of screen would have respective settings of 10,10,200,200.
A portal located 10,10 from the Bottom Right of screen would have repsctive settings of -10,-10,200,200
Food for thought, I hope it's realisable.
J.
The text was updated successfully, but these errors were encountered:
Check the Help Site and GitHub Issues/Discussions
What is the enhancement/feature you would like to see?
Hello, thank you for writing and maintaining Portals.
Scenario:
Laptops moving between locations and monitors. (Example)
Idea:
Would it be possible to reference the boundaries on the right hand side and bottom of a presentable area (Max X-Res, Max Y-Res) for portal placement? In the same manner that arrays can be referenced from the end-of-array by specifying negative numbers to indicate the end-of-array or in this case from-the-top-of-max-resolution.
Eg,
Array items 1,2 of 1,2,3,4,5 = 1 and 2.
Array items -1,-2 of 1,2,3,4,5 = 5 and 4.
Config:
Example:
A portal located 10,10 from the Top Left of screen would have respective settings of 10,10,200,200.
A portal located 10,10 from the Bottom Right of screen would have repsctive settings of -10,-10,200,200
Food for thought, I hope it's realisable.
J.
The text was updated successfully, but these errors were encountered: