Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
Added a few comments, deactivated the buttons where gamemodes don't
work.
  • Loading branch information
AConsolePeasant authored and AConsolePeasant committed Aug 22, 2016
1 parent 86efe50 commit 3deac33
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 8 deletions.
20 changes: 12 additions & 8 deletions EO-Flashcards/EO-Flashcards/frmArcade.Designer.vb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions EO-Flashcards/EO-Flashcards/frmArcade.vb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Public Class frmArcade
'Dim english As String() = My.Resources.engout 'This causes errors because My.Resource.engout is compiled into the executable, and doesn't allow being imported back into a string.
Dim english As String() = System.IO.File.ReadAllLines("C:\Users\ACP\Documents\GitHub\EO-Flashcards\EO-Flashcards\EO-Flashcards\Resources\engout.txt")
Dim esperanto As String() = System.IO.File.ReadAllLines("C:\Users\ACP\Documents\GitHub\EO-Flashcards\EO-Flashcards\EO-Flashcards\Resources\espout.txt")
' I know this doesn't work on more than one computer, but If I use My.Resources It would error out.
Dim score As Integer = 0
Public Sub frmArcade_Load(sender As Object, e As EventArgs) Handles MyBase.Load
Randomize()
Expand Down
2 changes: 2 additions & 0 deletions EO-Flashcards/EO-Flashcards/frmMenu.Designer.vb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3deac33

Please sign in to comment.