Don't load images
This commit is contained in:
parent
bdc8460999
commit
612ead96c9
@ -107,7 +107,7 @@ let slotsImages =
|
|||||||
"./images/bigbrother.png"
|
"./images/bigbrother.png"
|
||||||
"./images/alcohol.png"
|
"./images/alcohol.png"
|
||||||
"./images/sushi.png" |]
|
"./images/sushi.png" |]
|
||||||
|> Array.map (fun path -> ( Path.GetFileNameWithoutExtension(path) , File.OpenRead(path) ))
|
// |> Array.map (fun path -> ( Path.GetFileNameWithoutExtension(path) , File.OpenRead(path) ))
|
||||||
|
|
||||||
let payTable = [| |]
|
let payTable = [| |]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user