Last commit before archived.

This commit is contained in:
Harrison Deng 2021-12-23 21:27:41 -06:00
parent 29daabdaf6
commit a42c4d83b9
71 changed files with 1 additions and 3 deletions

0
.gitattributes vendored Normal file → Executable file
View File

0
.gitignore vendored Normal file → Executable file
View File

0
.vscode/launch.json vendored Normal file → Executable file
View File

0
.vscode/settings.json vendored Normal file → Executable file
View File

0
.vscode/tasks.json vendored Normal file → Executable file
View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

0
RecrownedAthenaeum.Tools/ConsoleUtilities.cs Normal file → Executable file
View File

View File

View File

View File

View File

0
RecrownedAthenaeum.Tools/Tools.cs Normal file → Executable file
View File

0
RecrownedAthenaeum.code-workspace Normal file → Executable file
View File

0
RecrownedAthenaeum/Assets/AssetManager.cs Normal file → Executable file
View File

0
RecrownedAthenaeum/Assets/IAssetPathResolver.cs Normal file → Executable file
View File

0
RecrownedAthenaeum/Assets/NormalContentResolver.cs Normal file → Executable file
View File

0
RecrownedAthenaeum/Data/NinePatchData.cs Normal file → Executable file
View File

0
RecrownedAthenaeum/Data/SkinData.cs Normal file → Executable file
View File

0
RecrownedAthenaeum/Data/TextureAtlasData.cs Normal file → Executable file
View File

0
RecrownedAthenaeum/Input/IInputListener.cs Normal file → Executable file
View File

0
RecrownedAthenaeum/Input/InputListener.cs Normal file → Executable file
View File

4
RecrownedAthenaeum/Input/InputUtilities.cs Normal file → Executable file
View File

@ -1,6 +1,4 @@
using Microsoft.Xna.Framework; using System.Collections.Generic;
using Microsoft.Xna.Framework.Input;
using System.Collections.Generic;
namespace RecrownedAthenaeum.Input namespace RecrownedAthenaeum.Input
{ {

0
RecrownedAthenaeum/ParticleSystem/Particle.cs Normal file → Executable file
View File

0
RecrownedAthenaeum/Persistence/PreferencesManager.cs Normal file → Executable file
View File

0
RecrownedAthenaeum/RecrownedAthenaeum.csproj Normal file → Executable file
View File

0
RecrownedAthenaeum/Render/BasicCamera.cs Normal file → Executable file
View File

0
RecrownedAthenaeum/Render/BasicScissor.cs Normal file → Executable file
View File

0
RecrownedAthenaeum/Render/Camera2D.cs Normal file → Executable file
View File

0
RecrownedAthenaeum/Render/ConsistentSpriteBatch.cs Normal file → Executable file
View File

0
RecrownedAthenaeum/Render/PrimitiveBatch.cs Normal file → Executable file
View File

0
RecrownedAthenaeum/Render/RectangleRenderer.cs Normal file → Executable file
View File

0
RecrownedAthenaeum/Types/Color.cs Normal file → Executable file
View File

0
RecrownedAthenaeum/Types/ISpecialDrawable.cs Normal file → Executable file
View File

0
RecrownedAthenaeum/Types/NinePatch.cs Normal file → Executable file
View File

0
RecrownedAthenaeum/Types/Rectangle.cs Normal file → Executable file
View File

0
RecrownedAthenaeum/Types/Resolution.cs Normal file → Executable file
View File

0
RecrownedAthenaeum/Types/TextureAtlas.cs Normal file → Executable file
View File

0
RecrownedAthenaeum/UI/BookSystem/Book.cs Normal file → Executable file
View File

0
RecrownedAthenaeum/UI/BookSystem/Page.cs Normal file → Executable file
View File

0
RecrownedAthenaeum/UI/Modular/Modules/Image.cs Normal file → Executable file
View File

View File

View File

0
RecrownedAthenaeum/UI/Modular/Modules/Text.cs Normal file → Executable file
View File

0
RecrownedAthenaeum/UI/Modular/Modules/UIScrollable.cs Normal file → Executable file
View File

0
RecrownedAthenaeum/UI/Modular/UIModule.cs Normal file → Executable file
View File

0
RecrownedAthenaeum/UI/Modular/UIModuleGroup.cs Normal file → Executable file
View File

0
RecrownedAthenaeum/UI/ScreenSystem/ITransition.cs Normal file → Executable file
View File

0
RecrownedAthenaeum/UI/ScreenSystem/LoadingScreen.cs Normal file → Executable file
View File

0
RecrownedAthenaeum/UI/ScreenSystem/Screen.cs Normal file → Executable file
View File

0
RecrownedAthenaeum/UI/ScreenSystem/ScreenManager.cs Normal file → Executable file
View File

View File

View File

0
RecrownedAthenaeum/UI/SkinSystem/ISkin.cs Normal file → Executable file
View File

0
RecrownedAthenaeum/UI/SkinSystem/MergedSkin.cs Normal file → Executable file
View File

0
RecrownedAthenaeum/UI/SkinSystem/Skin.cs Normal file → Executable file
View File

0
RecrownedAthenaeum/UI/SkinSystem/SkinManager.cs Normal file → Executable file
View File