diff options
| author | william341 <[email protected]> | 2017-02-25 16:03:07 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-02-25 16:03:07 -0700 |
| commit | 0b3873bb9413d91fee3484c9dc2aea9729e61500 (patch) | |
| tree | b44462682d64b91e941c0b3f20134a365964ed40 /ShiftOS.WinForms/Applications/ShiftLetters.cs | |
| parent | 8a60eba70b4875c7e382b933d1c835f6f857cdd0 (diff) | |
| parent | f51200b5d763f11c151a01909aea7a400f267a86 (diff) | |
| download | shiftos_thereturn-0b3873bb9413d91fee3484c9dc2aea9729e61500.tar.gz shiftos_thereturn-0b3873bb9413d91fee3484c9dc2aea9729e61500.tar.bz2 shiftos_thereturn-0b3873bb9413d91fee3484c9dc2aea9729e61500.zip | |
Merge pull request #95 from lempamo/master
icons and stuffs
Diffstat (limited to 'ShiftOS.WinForms/Applications/ShiftLetters.cs')
| -rw-r--r-- | ShiftOS.WinForms/Applications/ShiftLetters.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ShiftOS.WinForms/Applications/ShiftLetters.cs b/ShiftOS.WinForms/Applications/ShiftLetters.cs index 6ff528a..0dd1505 100644 --- a/ShiftOS.WinForms/Applications/ShiftLetters.cs +++ b/ShiftOS.WinForms/Applications/ShiftLetters.cs @@ -39,6 +39,7 @@ namespace ShiftOS.WinForms.Applications [Launcher("ShiftLetters", false, null, "Games")] [RequiresUpgrade("shiftletters")] [WinOpen("shiftletters")] + [DefaultIcon("iconShiftLetters")] public partial class ShiftLetters : UserControl, IShiftOSWindow { int lives = 7; |
