Perspective+Client.pixel_x issue in Bug Reports
|
|
| BYOND Version: | 438 |
| Operating System: | Windows XP Home |
| Web Browser: | |
|
| Status: |
Unverified
Thus far we've been unable to verify or reproduce this bug. Or, it has been observed but it cannot be triggered with a reliable test case. You can help us out by editing your report or adding a comment with more information.
|
|
|
Applicable Configuration:
BYOND Version:438.1014
Operating System:Windows XP
Descriptive Problem Summary:
The screen flips out near the edges of the screenif you change the client.pixel_x with the perspective set to EDGE_PERSPECTIVE
Code Snippet (if applicable) to Reproduce Problem:
client view="15x15" perspective=EDGE_PERSPECTIVE New() spawn while(1) sleep(1) client.pixel_x=rand(1,32) client.pixel_y==rand(1,32)
|
Workarounds:
|