This website requires JavaScript.
Explore
Help
Sign In
hipstercat
/
GiantsTools
Watch
1
Star
0
Fork
0
You've already forked GiantsTools
mirror of
https://github.com/ncblakely/GiantsTools
synced
2024-11-04 22:35:37 +01:00
Code
Issues
Releases
Wiki
Activity
6ecadc90c0
GiantsTools
/
Giants.Launcher
/
WindowType.cs
10 lines
142 B
C#
Raw
Normal View
History
Unescape
Escape
Code cleanup, use constants for setting names in preparation for JSON settings. Move user-facing strings to resources.
2020-08-13 08:02:36 +02:00
namespace
Giants.Launcher
Minor refactoring. Add Updater service.
2020-08-10 09:22:33 +02:00
{
public
enum
WindowType
Formatting fixes.
2020-08-13 06:58:53 +02:00
{
Fullscreen
=
0
,
Windowed
=
1
,
Borderless
=
2
,
}
Minor refactoring. Add Updater service.
2020-08-10 09:22:33 +02:00
}
Reference in New Issue
Copy Permalink