diff --git a/.gitattributes b/.gitattributes old mode 100644 new mode 100755 diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 diff --git a/.vscode/launch.json b/.vscode/launch.json old mode 100644 new mode 100755 diff --git a/.vscode/settings.json b/.vscode/settings.json old mode 100644 new mode 100755 diff --git a/.vscode/tasks.json b/.vscode/tasks.json old mode 100644 new mode 100755 diff --git a/RecrownedAthenaeum.Pipeline/NinePatch/NinePatchImporter.cs b/RecrownedAthenaeum.Pipeline/NinePatch/NinePatchImporter.cs old mode 100644 new mode 100755 diff --git a/RecrownedAthenaeum.Pipeline/NinePatch/NinePatchProcessor.cs b/RecrownedAthenaeum.Pipeline/NinePatch/NinePatchProcessor.cs old mode 100644 new mode 100755 diff --git a/RecrownedAthenaeum.Pipeline/NinePatch/NinePatchWriter.cs b/RecrownedAthenaeum.Pipeline/NinePatch/NinePatchWriter.cs old mode 100644 new mode 100755 diff --git a/RecrownedAthenaeum.Pipeline/RecrownedAthenaeum.Pipeline.csproj b/RecrownedAthenaeum.Pipeline/RecrownedAthenaeum.Pipeline.csproj old mode 100644 new mode 100755 diff --git a/RecrownedAthenaeum.Pipeline/TextureAtlas/TextureAtlasImporter.cs b/RecrownedAthenaeum.Pipeline/TextureAtlas/TextureAtlasImporter.cs old mode 100644 new mode 100755 diff --git a/RecrownedAthenaeum.Pipeline/TextureAtlas/TextureAtlasProcessor.cs b/RecrownedAthenaeum.Pipeline/TextureAtlas/TextureAtlasProcessor.cs old mode 100644 new mode 100755 diff --git a/RecrownedAthenaeum.Pipeline/TextureAtlas/TextureAtlasWriter.cs b/RecrownedAthenaeum.Pipeline/TextureAtlas/TextureAtlasWriter.cs old mode 100644 new mode 100755 diff --git a/RecrownedAthenaeum.Tools/CommandProcessor/CommandEngine.cs b/RecrownedAthenaeum.Tools/CommandProcessor/CommandEngine.cs old mode 100644 new mode 100755 diff --git a/RecrownedAthenaeum.Tools/CommandProcessor/Commands/ClearConsoleCommand.cs b/RecrownedAthenaeum.Tools/CommandProcessor/Commands/ClearConsoleCommand.cs old mode 100644 new mode 100755 diff --git a/RecrownedAthenaeum.Tools/CommandProcessor/Commands/HelpCommand.cs b/RecrownedAthenaeum.Tools/CommandProcessor/Commands/HelpCommand.cs old mode 100644 new mode 100755 diff --git a/RecrownedAthenaeum.Tools/CommandProcessor/Commands/StopCommand.cs b/RecrownedAthenaeum.Tools/CommandProcessor/Commands/StopCommand.cs old mode 100644 new mode 100755 diff --git a/RecrownedAthenaeum.Tools/CommandProcessor/EngineCommand.cs b/RecrownedAthenaeum.Tools/CommandProcessor/EngineCommand.cs old mode 100644 new mode 100755 diff --git a/RecrownedAthenaeum.Tools/CommandProcessor/EngineCommandArgument.cs b/RecrownedAthenaeum.Tools/CommandProcessor/EngineCommandArgument.cs old mode 100644 new mode 100755 diff --git a/RecrownedAthenaeum.Tools/ConsoleUtilities.cs b/RecrownedAthenaeum.Tools/ConsoleUtilities.cs old mode 100644 new mode 100755 diff --git a/RecrownedAthenaeum.Tools/NinePatchTools/NinePatchCommand.cs b/RecrownedAthenaeum.Tools/NinePatchTools/NinePatchCommand.cs old mode 100644 new mode 100755 diff --git a/RecrownedAthenaeum.Tools/Properties/PublishProfiles/Release win-x64.pubxml b/RecrownedAthenaeum.Tools/Properties/PublishProfiles/Release win-x64.pubxml old mode 100644 new mode 100755 diff --git a/RecrownedAthenaeum.Tools/RecrownedAthenaeum.Tools.csproj b/RecrownedAthenaeum.Tools/RecrownedAthenaeum.Tools.csproj old mode 100644 new mode 100755 diff --git a/RecrownedAthenaeum.Tools/TextureAtlasTools/TexturePacker.cs b/RecrownedAthenaeum.Tools/TextureAtlasTools/TexturePacker.cs old mode 100644 new mode 100755 diff --git a/RecrownedAthenaeum.Tools/TextureAtlasTools/TexturePackerCommand.cs b/RecrownedAthenaeum.Tools/TextureAtlasTools/TexturePackerCommand.cs old mode 100644 new mode 100755 diff --git a/RecrownedAthenaeum.Tools/Tools.cs b/RecrownedAthenaeum.Tools/Tools.cs old mode 100644 new mode 100755 diff --git a/RecrownedAthenaeum.code-workspace b/RecrownedAthenaeum.code-workspace old mode 100644 new mode 100755 diff --git a/RecrownedAthenaeum/Assets/AssetManager.cs b/RecrownedAthenaeum/Assets/AssetManager.cs old mode 100644 new mode 100755 diff --git a/RecrownedAthenaeum/Assets/IAssetPathResolver.cs b/RecrownedAthenaeum/Assets/IAssetPathResolver.cs old mode 100644 new mode 100755 diff --git a/RecrownedAthenaeum/Assets/NormalContentResolver.cs b/RecrownedAthenaeum/Assets/NormalContentResolver.cs old mode 100644 new mode 100755 diff --git a/RecrownedAthenaeum/Data/NinePatchData.cs b/RecrownedAthenaeum/Data/NinePatchData.cs old mode 100644 new mode 100755 diff --git a/RecrownedAthenaeum/Data/SkinData.cs b/RecrownedAthenaeum/Data/SkinData.cs old mode 100644 new mode 100755 diff --git a/RecrownedAthenaeum/Data/TextureAtlasData.cs b/RecrownedAthenaeum/Data/TextureAtlasData.cs old mode 100644 new mode 100755 diff --git a/RecrownedAthenaeum/Input/IInputListener.cs b/RecrownedAthenaeum/Input/IInputListener.cs old mode 100644 new mode 100755 diff --git a/RecrownedAthenaeum/Input/InputListener.cs b/RecrownedAthenaeum/Input/InputListener.cs old mode 100644 new mode 100755 diff --git a/RecrownedAthenaeum/Input/InputUtilities.cs b/RecrownedAthenaeum/Input/InputUtilities.cs old mode 100644 new mode 100755 index 63b18a6..810846c --- a/RecrownedAthenaeum/Input/InputUtilities.cs +++ b/RecrownedAthenaeum/Input/InputUtilities.cs @@ -1,6 +1,4 @@ -using Microsoft.Xna.Framework; -using Microsoft.Xna.Framework.Input; -using System.Collections.Generic; +using System.Collections.Generic; namespace RecrownedAthenaeum.Input { diff --git a/RecrownedAthenaeum/ParticleSystem/Particle.cs b/RecrownedAthenaeum/ParticleSystem/Particle.cs old mode 100644 new mode 100755 diff --git a/RecrownedAthenaeum/Persistence/PreferencesManager.cs b/RecrownedAthenaeum/Persistence/PreferencesManager.cs old mode 100644 new mode 100755 diff --git a/RecrownedAthenaeum/RecrownedAthenaeum.csproj b/RecrownedAthenaeum/RecrownedAthenaeum.csproj old mode 100644 new mode 100755 diff --git a/RecrownedAthenaeum/Render/BasicCamera.cs b/RecrownedAthenaeum/Render/BasicCamera.cs old mode 100644 new mode 100755 diff --git a/RecrownedAthenaeum/Render/BasicScissor.cs b/RecrownedAthenaeum/Render/BasicScissor.cs old mode 100644 new mode 100755 diff --git a/RecrownedAthenaeum/Render/Camera2D.cs b/RecrownedAthenaeum/Render/Camera2D.cs old mode 100644 new mode 100755 diff --git a/RecrownedAthenaeum/Render/ConsistentSpriteBatch.cs b/RecrownedAthenaeum/Render/ConsistentSpriteBatch.cs old mode 100644 new mode 100755 diff --git a/RecrownedAthenaeum/Render/PrimitiveBatch.cs b/RecrownedAthenaeum/Render/PrimitiveBatch.cs old mode 100644 new mode 100755 diff --git a/RecrownedAthenaeum/Render/RectangleRenderer.cs b/RecrownedAthenaeum/Render/RectangleRenderer.cs old mode 100644 new mode 100755 diff --git a/RecrownedAthenaeum/Types/Color.cs b/RecrownedAthenaeum/Types/Color.cs old mode 100644 new mode 100755 diff --git a/RecrownedAthenaeum/Types/ISpecialDrawable.cs b/RecrownedAthenaeum/Types/ISpecialDrawable.cs old mode 100644 new mode 100755 diff --git a/RecrownedAthenaeum/Types/NinePatch.cs b/RecrownedAthenaeum/Types/NinePatch.cs old mode 100644 new mode 100755 diff --git a/RecrownedAthenaeum/Types/Rectangle.cs b/RecrownedAthenaeum/Types/Rectangle.cs old mode 100644 new mode 100755 diff --git a/RecrownedAthenaeum/Types/Resolution.cs b/RecrownedAthenaeum/Types/Resolution.cs old mode 100644 new mode 100755 diff --git a/RecrownedAthenaeum/Types/TextureAtlas.cs b/RecrownedAthenaeum/Types/TextureAtlas.cs old mode 100644 new mode 100755 diff --git a/RecrownedAthenaeum/UI/BookSystem/Book.cs b/RecrownedAthenaeum/UI/BookSystem/Book.cs old mode 100644 new mode 100755 diff --git a/RecrownedAthenaeum/UI/BookSystem/Page.cs b/RecrownedAthenaeum/UI/BookSystem/Page.cs old mode 100644 new mode 100755 diff --git a/RecrownedAthenaeum/UI/Modular/Modules/Image.cs b/RecrownedAthenaeum/UI/Modular/Modules/Image.cs old mode 100644 new mode 100755 diff --git a/RecrownedAthenaeum/UI/Modular/Modules/Interactive/Button.cs b/RecrownedAthenaeum/UI/Modular/Modules/Interactive/Button.cs old mode 100644 new mode 100755 diff --git a/RecrownedAthenaeum/UI/Modular/Modules/Interactive/TextButton.cs b/RecrownedAthenaeum/UI/Modular/Modules/Interactive/TextButton.cs old mode 100644 new mode 100755 diff --git a/RecrownedAthenaeum/UI/Modular/Modules/Text.cs b/RecrownedAthenaeum/UI/Modular/Modules/Text.cs old mode 100644 new mode 100755 diff --git a/RecrownedAthenaeum/UI/Modular/Modules/UIScrollable.cs b/RecrownedAthenaeum/UI/Modular/Modules/UIScrollable.cs old mode 100644 new mode 100755 diff --git a/RecrownedAthenaeum/UI/Modular/UIModule.cs b/RecrownedAthenaeum/UI/Modular/UIModule.cs old mode 100644 new mode 100755 diff --git a/RecrownedAthenaeum/UI/Modular/UIModuleGroup.cs b/RecrownedAthenaeum/UI/Modular/UIModuleGroup.cs old mode 100644 new mode 100755 diff --git a/RecrownedAthenaeum/UI/ScreenSystem/ITransition.cs b/RecrownedAthenaeum/UI/ScreenSystem/ITransition.cs old mode 100644 new mode 100755 diff --git a/RecrownedAthenaeum/UI/ScreenSystem/LoadingScreen.cs b/RecrownedAthenaeum/UI/ScreenSystem/LoadingScreen.cs old mode 100644 new mode 100755 diff --git a/RecrownedAthenaeum/UI/ScreenSystem/Screen.cs b/RecrownedAthenaeum/UI/ScreenSystem/Screen.cs old mode 100644 new mode 100755 diff --git a/RecrownedAthenaeum/UI/ScreenSystem/ScreenManager.cs b/RecrownedAthenaeum/UI/ScreenSystem/ScreenManager.cs old mode 100644 new mode 100755 diff --git a/RecrownedAthenaeum/UI/SkinSystem/Definitions/ButtonSkinDefinition.cs b/RecrownedAthenaeum/UI/SkinSystem/Definitions/ButtonSkinDefinition.cs old mode 100644 new mode 100755 diff --git a/RecrownedAthenaeum/UI/SkinSystem/Definitions/SkinDefinition.cs b/RecrownedAthenaeum/UI/SkinSystem/Definitions/SkinDefinition.cs old mode 100644 new mode 100755 diff --git a/RecrownedAthenaeum/UI/SkinSystem/Definitions/TextButtonSkinDefinition.cs b/RecrownedAthenaeum/UI/SkinSystem/Definitions/TextButtonSkinDefinition.cs old mode 100644 new mode 100755 diff --git a/RecrownedAthenaeum/UI/SkinSystem/Definitions/UIScrollableSkinDefinition.cs b/RecrownedAthenaeum/UI/SkinSystem/Definitions/UIScrollableSkinDefinition.cs old mode 100644 new mode 100755 diff --git a/RecrownedAthenaeum/UI/SkinSystem/ISkin.cs b/RecrownedAthenaeum/UI/SkinSystem/ISkin.cs old mode 100644 new mode 100755 diff --git a/RecrownedAthenaeum/UI/SkinSystem/MergedSkin.cs b/RecrownedAthenaeum/UI/SkinSystem/MergedSkin.cs old mode 100644 new mode 100755 diff --git a/RecrownedAthenaeum/UI/SkinSystem/Skin.cs b/RecrownedAthenaeum/UI/SkinSystem/Skin.cs old mode 100644 new mode 100755 diff --git a/RecrownedAthenaeum/UI/SkinSystem/SkinManager.cs b/RecrownedAthenaeum/UI/SkinSystem/SkinManager.cs old mode 100644 new mode 100755