Solitaire (simple game)
Fixed error at line 265 of Solitaire module.
Changed from
ImgCards (TurnIdx) .Bitmap = DrawImage (Cards (TurnIdx) .imgN)
to
ImgCards (TurnIdx) .Bitmap = DrawImage (Cards (TurnIdx) .Seq)
Anti-alias filter included. Great suggestion from LucasMs.
Fixed error at line 265 of Solitaire module.
Changed from
ImgCards (TurnIdx) .Bitmap = DrawImage (Cards (TurnIdx) .imgN)
to
ImgCards (TurnIdx) .Bitmap = DrawImage (Cards (TurnIdx) .Seq)
Anti-alias filter included. Great suggestion from LucasMs.
Attachments
Last edited: