mirror of
https://github.com/jjaldridge2009/Project_Xs.git
synced 2024-11-05 02:12:34 +01:00
specific configs per script
This commit is contained in:
parent
780a41364b
commit
3f649bfc2f
@ -5,7 +5,7 @@ import time
|
||||
import json
|
||||
from xorshift import Xorshift
|
||||
|
||||
config = json.load(open("config.json"))
|
||||
config = json.load(open("config_munchlax.json"))
|
||||
|
||||
def randrange(r,mi,ma):
|
||||
t = (r & 0x7fffff) / 8388607.0
|
||||
|
@ -4,7 +4,7 @@ import time
|
||||
import json
|
||||
from xorshift import Xorshift
|
||||
|
||||
config = json.load(open("config.json"))
|
||||
config = json.load(open("config_cave.json"))
|
||||
|
||||
def expr():
|
||||
player_eye = cv2.imread(config["image"], cv2.IMREAD_GRAYSCALE)
|
||||
|
Loading…
Reference in New Issue
Block a user