mirror of
https://github.com/Xevion/v6-place.git
synced 2025-12-07 09:16:58 -06:00
Add environment constants file, fix pixel differencing function
This commit is contained in:
5
constants.py
Normal file
5
constants.py
Normal file
@@ -0,0 +1,5 @@
|
||||
class Environment:
|
||||
WEBSOCKET_ADDRESS = "WEBSOCKET_ADDRESS"
|
||||
CANVAS_WIDTH = "CANVAS_WIDTH"
|
||||
CANVAS_HEIGHT = "CANVAS_HEIGHT"
|
||||
SOURCE_FILE = "SOURCE_FILE"
|
||||
Reference in New Issue
Block a user