Don't load images

This commit is contained in:
Joseph Ferano 2022-04-13 11:50:04 +07:00
parent bdc8460999
commit 612ead96c9

View File

@ -107,7 +107,7 @@ let slotsImages =
"./images/bigbrother.png"
"./images/alcohol.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 = [| |]