From a42c4d83b903db7c46dcaafdf7751724abe146ed Mon Sep 17 00:00:00 2001 From: Harrison Deng Date: Thu, 23 Dec 2021 21:27:41 -0600 Subject: [PATCH] Last commit before archived. --- .gitattributes | 0 .gitignore | 0 .vscode/launch.json | 0 .vscode/settings.json | 0 .vscode/tasks.json | 0 RecrownedAthenaeum.Pipeline/NinePatch/NinePatchImporter.cs | 0 RecrownedAthenaeum.Pipeline/NinePatch/NinePatchProcessor.cs | 0 RecrownedAthenaeum.Pipeline/NinePatch/NinePatchWriter.cs | 0 .../RecrownedAthenaeum.Pipeline.csproj | 0 .../TextureAtlas/TextureAtlasImporter.cs | 0 .../TextureAtlas/TextureAtlasProcessor.cs | 0 .../TextureAtlas/TextureAtlasWriter.cs | 0 RecrownedAthenaeum.Tools/CommandProcessor/CommandEngine.cs | 0 .../CommandProcessor/Commands/ClearConsoleCommand.cs | 0 .../CommandProcessor/Commands/HelpCommand.cs | 0 .../CommandProcessor/Commands/StopCommand.cs | 0 RecrownedAthenaeum.Tools/CommandProcessor/EngineCommand.cs | 0 .../CommandProcessor/EngineCommandArgument.cs | 0 RecrownedAthenaeum.Tools/ConsoleUtilities.cs | 0 RecrownedAthenaeum.Tools/NinePatchTools/NinePatchCommand.cs | 0 .../Properties/PublishProfiles/Release win-x64.pubxml | 0 RecrownedAthenaeum.Tools/RecrownedAthenaeum.Tools.csproj | 0 RecrownedAthenaeum.Tools/TextureAtlasTools/TexturePacker.cs | 0 .../TextureAtlasTools/TexturePackerCommand.cs | 0 RecrownedAthenaeum.Tools/Tools.cs | 0 RecrownedAthenaeum.code-workspace | 0 RecrownedAthenaeum/Assets/AssetManager.cs | 0 RecrownedAthenaeum/Assets/IAssetPathResolver.cs | 0 RecrownedAthenaeum/Assets/NormalContentResolver.cs | 0 RecrownedAthenaeum/Data/NinePatchData.cs | 0 RecrownedAthenaeum/Data/SkinData.cs | 0 RecrownedAthenaeum/Data/TextureAtlasData.cs | 0 RecrownedAthenaeum/Input/IInputListener.cs | 0 RecrownedAthenaeum/Input/InputListener.cs | 0 RecrownedAthenaeum/Input/InputUtilities.cs | 4 +--- RecrownedAthenaeum/ParticleSystem/Particle.cs | 0 RecrownedAthenaeum/Persistence/PreferencesManager.cs | 0 RecrownedAthenaeum/RecrownedAthenaeum.csproj | 0 RecrownedAthenaeum/Render/BasicCamera.cs | 0 RecrownedAthenaeum/Render/BasicScissor.cs | 0 RecrownedAthenaeum/Render/Camera2D.cs | 0 RecrownedAthenaeum/Render/ConsistentSpriteBatch.cs | 0 RecrownedAthenaeum/Render/PrimitiveBatch.cs | 0 RecrownedAthenaeum/Render/RectangleRenderer.cs | 0 RecrownedAthenaeum/Types/Color.cs | 0 RecrownedAthenaeum/Types/ISpecialDrawable.cs | 0 RecrownedAthenaeum/Types/NinePatch.cs | 0 RecrownedAthenaeum/Types/Rectangle.cs | 0 RecrownedAthenaeum/Types/Resolution.cs | 0 RecrownedAthenaeum/Types/TextureAtlas.cs | 0 RecrownedAthenaeum/UI/BookSystem/Book.cs | 0 RecrownedAthenaeum/UI/BookSystem/Page.cs | 0 RecrownedAthenaeum/UI/Modular/Modules/Image.cs | 0 RecrownedAthenaeum/UI/Modular/Modules/Interactive/Button.cs | 0 .../UI/Modular/Modules/Interactive/TextButton.cs | 0 RecrownedAthenaeum/UI/Modular/Modules/Text.cs | 0 RecrownedAthenaeum/UI/Modular/Modules/UIScrollable.cs | 0 RecrownedAthenaeum/UI/Modular/UIModule.cs | 0 RecrownedAthenaeum/UI/Modular/UIModuleGroup.cs | 0 RecrownedAthenaeum/UI/ScreenSystem/ITransition.cs | 0 RecrownedAthenaeum/UI/ScreenSystem/LoadingScreen.cs | 0 RecrownedAthenaeum/UI/ScreenSystem/Screen.cs | 0 RecrownedAthenaeum/UI/ScreenSystem/ScreenManager.cs | 0 .../UI/SkinSystem/Definitions/ButtonSkinDefinition.cs | 0 .../UI/SkinSystem/Definitions/SkinDefinition.cs | 0 .../UI/SkinSystem/Definitions/TextButtonSkinDefinition.cs | 0 .../UI/SkinSystem/Definitions/UIScrollableSkinDefinition.cs | 0 RecrownedAthenaeum/UI/SkinSystem/ISkin.cs | 0 RecrownedAthenaeum/UI/SkinSystem/MergedSkin.cs | 0 RecrownedAthenaeum/UI/SkinSystem/Skin.cs | 0 RecrownedAthenaeum/UI/SkinSystem/SkinManager.cs | 0 71 files changed, 1 insertion(+), 3 deletions(-) mode change 100644 => 100755 .gitattributes mode change 100644 => 100755 .gitignore mode change 100644 => 100755 .vscode/launch.json mode change 100644 => 100755 .vscode/settings.json mode change 100644 => 100755 .vscode/tasks.json mode change 100644 => 100755 RecrownedAthenaeum.Pipeline/NinePatch/NinePatchImporter.cs mode change 100644 => 100755 RecrownedAthenaeum.Pipeline/NinePatch/NinePatchProcessor.cs mode change 100644 => 100755 RecrownedAthenaeum.Pipeline/NinePatch/NinePatchWriter.cs mode change 100644 => 100755 RecrownedAthenaeum.Pipeline/RecrownedAthenaeum.Pipeline.csproj mode change 100644 => 100755 RecrownedAthenaeum.Pipeline/TextureAtlas/TextureAtlasImporter.cs mode change 100644 => 100755 RecrownedAthenaeum.Pipeline/TextureAtlas/TextureAtlasProcessor.cs mode change 100644 => 100755 RecrownedAthenaeum.Pipeline/TextureAtlas/TextureAtlasWriter.cs mode change 100644 => 100755 RecrownedAthenaeum.Tools/CommandProcessor/CommandEngine.cs mode change 100644 => 100755 RecrownedAthenaeum.Tools/CommandProcessor/Commands/ClearConsoleCommand.cs mode change 100644 => 100755 RecrownedAthenaeum.Tools/CommandProcessor/Commands/HelpCommand.cs mode change 100644 => 100755 RecrownedAthenaeum.Tools/CommandProcessor/Commands/StopCommand.cs mode change 100644 => 100755 RecrownedAthenaeum.Tools/CommandProcessor/EngineCommand.cs mode change 100644 => 100755 RecrownedAthenaeum.Tools/CommandProcessor/EngineCommandArgument.cs mode change 100644 => 100755 RecrownedAthenaeum.Tools/ConsoleUtilities.cs mode change 100644 => 100755 RecrownedAthenaeum.Tools/NinePatchTools/NinePatchCommand.cs mode change 100644 => 100755 RecrownedAthenaeum.Tools/Properties/PublishProfiles/Release win-x64.pubxml mode change 100644 => 100755 RecrownedAthenaeum.Tools/RecrownedAthenaeum.Tools.csproj mode change 100644 => 100755 RecrownedAthenaeum.Tools/TextureAtlasTools/TexturePacker.cs mode change 100644 => 100755 RecrownedAthenaeum.Tools/TextureAtlasTools/TexturePackerCommand.cs mode change 100644 => 100755 RecrownedAthenaeum.Tools/Tools.cs mode change 100644 => 100755 RecrownedAthenaeum.code-workspace mode change 100644 => 100755 RecrownedAthenaeum/Assets/AssetManager.cs mode change 100644 => 100755 RecrownedAthenaeum/Assets/IAssetPathResolver.cs mode change 100644 => 100755 RecrownedAthenaeum/Assets/NormalContentResolver.cs mode change 100644 => 100755 RecrownedAthenaeum/Data/NinePatchData.cs mode change 100644 => 100755 RecrownedAthenaeum/Data/SkinData.cs mode change 100644 => 100755 RecrownedAthenaeum/Data/TextureAtlasData.cs mode change 100644 => 100755 RecrownedAthenaeum/Input/IInputListener.cs mode change 100644 => 100755 RecrownedAthenaeum/Input/InputListener.cs mode change 100644 => 100755 RecrownedAthenaeum/Input/InputUtilities.cs mode change 100644 => 100755 RecrownedAthenaeum/ParticleSystem/Particle.cs mode change 100644 => 100755 RecrownedAthenaeum/Persistence/PreferencesManager.cs mode change 100644 => 100755 RecrownedAthenaeum/RecrownedAthenaeum.csproj mode change 100644 => 100755 RecrownedAthenaeum/Render/BasicCamera.cs mode change 100644 => 100755 RecrownedAthenaeum/Render/BasicScissor.cs mode change 100644 => 100755 RecrownedAthenaeum/Render/Camera2D.cs mode change 100644 => 100755 RecrownedAthenaeum/Render/ConsistentSpriteBatch.cs mode change 100644 => 100755 RecrownedAthenaeum/Render/PrimitiveBatch.cs mode change 100644 => 100755 RecrownedAthenaeum/Render/RectangleRenderer.cs mode change 100644 => 100755 RecrownedAthenaeum/Types/Color.cs mode change 100644 => 100755 RecrownedAthenaeum/Types/ISpecialDrawable.cs mode change 100644 => 100755 RecrownedAthenaeum/Types/NinePatch.cs mode change 100644 => 100755 RecrownedAthenaeum/Types/Rectangle.cs mode change 100644 => 100755 RecrownedAthenaeum/Types/Resolution.cs mode change 100644 => 100755 RecrownedAthenaeum/Types/TextureAtlas.cs mode change 100644 => 100755 RecrownedAthenaeum/UI/BookSystem/Book.cs mode change 100644 => 100755 RecrownedAthenaeum/UI/BookSystem/Page.cs mode change 100644 => 100755 RecrownedAthenaeum/UI/Modular/Modules/Image.cs mode change 100644 => 100755 RecrownedAthenaeum/UI/Modular/Modules/Interactive/Button.cs mode change 100644 => 100755 RecrownedAthenaeum/UI/Modular/Modules/Interactive/TextButton.cs mode change 100644 => 100755 RecrownedAthenaeum/UI/Modular/Modules/Text.cs mode change 100644 => 100755 RecrownedAthenaeum/UI/Modular/Modules/UIScrollable.cs mode change 100644 => 100755 RecrownedAthenaeum/UI/Modular/UIModule.cs mode change 100644 => 100755 RecrownedAthenaeum/UI/Modular/UIModuleGroup.cs mode change 100644 => 100755 RecrownedAthenaeum/UI/ScreenSystem/ITransition.cs mode change 100644 => 100755 RecrownedAthenaeum/UI/ScreenSystem/LoadingScreen.cs mode change 100644 => 100755 RecrownedAthenaeum/UI/ScreenSystem/Screen.cs mode change 100644 => 100755 RecrownedAthenaeum/UI/ScreenSystem/ScreenManager.cs mode change 100644 => 100755 RecrownedAthenaeum/UI/SkinSystem/Definitions/ButtonSkinDefinition.cs mode change 100644 => 100755 RecrownedAthenaeum/UI/SkinSystem/Definitions/SkinDefinition.cs mode change 100644 => 100755 RecrownedAthenaeum/UI/SkinSystem/Definitions/TextButtonSkinDefinition.cs mode change 100644 => 100755 RecrownedAthenaeum/UI/SkinSystem/Definitions/UIScrollableSkinDefinition.cs mode change 100644 => 100755 RecrownedAthenaeum/UI/SkinSystem/ISkin.cs mode change 100644 => 100755 RecrownedAthenaeum/UI/SkinSystem/MergedSkin.cs mode change 100644 => 100755 RecrownedAthenaeum/UI/SkinSystem/Skin.cs mode change 100644 => 100755 RecrownedAthenaeum/UI/SkinSystem/SkinManager.cs 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