diff --git a/.gitignore b/.gitignore index 5b33579..13bdb58 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,38 @@ -/Milky Way/Library -/Milky Way/Temp -/Milky Way/upgradesShip0.txt -/Milky Way/upgradesShip1.txt +# ===================================== # +# Unity generated # +# ===================================== # +Library/ +library/ +Temp/ +temp/ +Obj/ +obj/ +UnityGenerated +unityGenerated + +*.unityproj +*.unitypackage + +# ===================================== # +# Milky Way generated # +# ===================================== # + +Executable/ +Callibration/ + +/Milky Way/.vs + +# ===================================== # +# Visual Studio / MonoDevelop generated # +# ===================================== # + +ExportedObj/ + +*.svd +*.csproj +*.userprefs +*.pidb +*.suo +*.sln +*.user +*.booproj diff --git a/Milky Way/Assets/Scenes/Levels/Time Attack.unity b/Milky Way/Assets/Scenes/Levels/Time Attack.unity index 7b15a7d..4a8b15c 100644 Binary files a/Milky Way/Assets/Scenes/Levels/Time Attack.unity and b/Milky Way/Assets/Scenes/Levels/Time Attack.unity differ diff --git a/Milky Way/ProjectSettings/EditorBuildSettings.asset b/Milky Way/ProjectSettings/EditorBuildSettings.asset index e578924..16be330 100644 Binary files a/Milky Way/ProjectSettings/EditorBuildSettings.asset and b/Milky Way/ProjectSettings/EditorBuildSettings.asset differ diff --git a/Milky Way/ProjectSettings/GraphicsSettings.asset b/Milky Way/ProjectSettings/GraphicsSettings.asset index d75e792..712ed7e 100644 Binary files a/Milky Way/ProjectSettings/GraphicsSettings.asset and b/Milky Way/ProjectSettings/GraphicsSettings.asset differ diff --git a/Screenshots/2018-02-17-07-02-37.png b/Screenshots/2018-02-17-07-02-37.png new file mode 100644 index 0000000..c66ed17 Binary files /dev/null and b/Screenshots/2018-02-17-07-02-37.png differ diff --git a/Screenshots/2018-02-17-07-03-48.png b/Screenshots/2018-02-17-07-03-48.png new file mode 100644 index 0000000..379677b Binary files /dev/null and b/Screenshots/2018-02-17-07-03-48.png differ diff --git a/Screenshots/2018-02-17-07-03-51.png b/Screenshots/2018-02-17-07-03-51.png new file mode 100644 index 0000000..d8473a9 Binary files /dev/null and b/Screenshots/2018-02-17-07-03-51.png differ diff --git a/Screenshots/2018-02-17-07-03-53.png b/Screenshots/2018-02-17-07-03-53.png new file mode 100644 index 0000000..0f3441e Binary files /dev/null and b/Screenshots/2018-02-17-07-03-53.png differ diff --git a/Screenshots/2018-02-17-07-06-17.png b/Screenshots/2018-02-17-07-06-17.png new file mode 100644 index 0000000..e0bbcb9 Binary files /dev/null and b/Screenshots/2018-02-17-07-06-17.png differ diff --git a/Screenshots/2018-02-17-07-06-19.png b/Screenshots/2018-02-17-07-06-19.png new file mode 100644 index 0000000..0f59e26 Binary files /dev/null and b/Screenshots/2018-02-17-07-06-19.png differ diff --git a/Screenshots/2018-02-17-07-06-28.png b/Screenshots/2018-02-17-07-06-28.png new file mode 100644 index 0000000..c0adce5 Binary files /dev/null and b/Screenshots/2018-02-17-07-06-28.png differ diff --git a/Screenshots/2018-02-17-07-06-33.png b/Screenshots/2018-02-17-07-06-33.png new file mode 100644 index 0000000..f89ac44 Binary files /dev/null and b/Screenshots/2018-02-17-07-06-33.png differ