├── .gitattributes ├── .gitignore ├── Code ├── Code.sln └── Code │ ├── Code.projitems │ ├── Code.shproj │ ├── Content │ ├── Audio │ │ ├── Songs │ │ │ ├── A Terrible Battle (cut).mp3 │ │ │ ├── Back Into the Fray.mp3 │ │ │ ├── Get Those Spies!.mp3 │ │ │ ├── Prayer, Worry, Hope.mp3 │ │ │ ├── The Fractured Hero.mp3 │ │ │ └── The Power and the Control.mp3 │ │ └── SoundEffects │ │ │ ├── Menu Back.wav │ │ │ ├── Menu Confirm.wav │ │ │ ├── Menu Down.wav │ │ │ ├── Menu Left.wav │ │ │ ├── Menu Right.wav │ │ │ ├── Menu Slider.wav │ │ │ ├── Menu Toggle.wav │ │ │ └── Menu Up.wav │ ├── Content.mgcb │ ├── Controls │ │ ├── Buttons │ │ │ ├── a.png │ │ │ ├── auto-for-joystick.png │ │ │ ├── b.png │ │ │ ├── back.png │ │ │ ├── buttons-for-joystick.png │ │ │ ├── dpad-down.png │ │ │ ├── dpad-left.png │ │ │ ├── dpad-right.png │ │ │ ├── dpad-up.png │ │ │ ├── left-bumper.png │ │ │ ├── left-stick-press.png │ │ │ ├── left-stick.png │ │ │ ├── left-trigger.png │ │ │ ├── right-bumper.png │ │ │ ├── right-stick-press.png │ │ │ ├── right-stick.png │ │ │ ├── right-trigger.png │ │ │ ├── start.png │ │ │ ├── x.png │ │ │ └── y.png │ │ ├── Checkbox │ │ │ ├── false.png │ │ │ └── true.png │ │ ├── Keys │ │ │ ├── 0.png │ │ │ ├── 1.png │ │ │ ├── 2.png │ │ │ ├── 3.png │ │ │ ├── 4.png │ │ │ ├── 5.png │ │ │ ├── 6.png │ │ │ ├── 7.png │ │ │ ├── 8.png │ │ │ ├── 9.png │ │ │ ├── a.png │ │ │ ├── alt-right.png │ │ │ ├── alt.png │ │ │ ├── apostroph.png │ │ │ ├── b.png │ │ │ ├── backslash.png │ │ │ ├── backspace.png │ │ │ ├── bracket-close.png │ │ │ ├── bracket-open.png │ │ │ ├── c.png │ │ │ ├── capslock.png │ │ │ ├── comma-lt.png │ │ │ ├── comma.png │ │ │ ├── context-menu.png │ │ │ ├── ctrl-2.png │ │ │ ├── ctrl.png │ │ │ ├── cursor-down.png │ │ │ ├── cursor-left.png │ │ │ ├── cursor-right.png │ │ │ ├── cursor-up.png │ │ │ ├── d.png │ │ │ ├── delete.png │ │ │ ├── e.png │ │ │ ├── end.png │ │ │ ├── enter.png │ │ │ ├── equals-plus.png │ │ │ ├── esc.png │ │ │ ├── f.png │ │ │ ├── f1.png │ │ │ ├── f10.png │ │ │ ├── f11.png │ │ │ ├── f12.png │ │ │ ├── f2.png │ │ │ ├── f3.png │ │ │ ├── f4.png │ │ │ ├── f5.png │ │ │ ├── f6.png │ │ │ ├── f7.png │ │ │ ├── f8.png │ │ │ ├── f9.png │ │ │ ├── g.png │ │ │ ├── h.png │ │ │ ├── home.png │ │ │ ├── i.png │ │ │ ├── insert.png │ │ │ ├── j.png │ │ │ ├── k.png │ │ │ ├── keypad-0.png │ │ │ ├── keypad-1.png │ │ │ ├── keypad-2.png │ │ │ ├── keypad-3.png │ │ │ ├── keypad-4.png │ │ │ ├── keypad-5.png │ │ │ ├── keypad-6.png │ │ │ ├── keypad-7.png │ │ │ ├── keypad-8.png │ │ │ ├── keypad-9.png │ │ │ ├── keypad-asterix.png │ │ │ ├── keypad-enter.png │ │ │ ├── keypad-minus.png │ │ │ ├── keypad-period.png │ │ │ ├── keypad-plus.png │ │ │ ├── keypad-slash.png │ │ │ ├── l.png │ │ │ ├── locks.png │ │ │ ├── m.png │ │ │ ├── minus.png │ │ │ ├── n.png │ │ │ ├── num-lock.png │ │ │ ├── o.png │ │ │ ├── p.png │ │ │ ├── page-down.png │ │ │ ├── page-up.png │ │ │ ├── pause.png │ │ │ ├── period-gt.png │ │ │ ├── power.png │ │ │ ├── print.png │ │ │ ├── q.png │ │ │ ├── r.png │ │ │ ├── s.png │ │ │ ├── scroll-lock.png │ │ │ ├── semicolon-dble.png │ │ │ ├── shift-right.png │ │ │ ├── shift.png │ │ │ ├── slash-questionmark.png │ │ │ ├── sleep.png │ │ │ ├── spacebar.png │ │ │ ├── specialkey-2.png │ │ │ ├── t.png │ │ │ ├── tab.png │ │ │ ├── u.png │ │ │ ├── v.png │ │ │ ├── w.png │ │ │ ├── wake-up.png │ │ │ ├── x.png │ │ │ ├── y.png │ │ │ └── z.png │ │ ├── Mouse │ │ │ ├── mouse-left-click.png │ │ │ ├── mouse-middle-click.png │ │ │ └── mouse-right-click.png │ │ ├── input-not-found.png │ │ ├── none.png │ │ └── waiting-for-input.png │ ├── Fonts │ │ ├── arial-40.spritefont │ │ ├── arial-bold-22.spritefont │ │ ├── arial-bold-28.spritefont │ │ ├── arial-bold-40.spritefont │ │ └── arial-bold-52.spritefont │ ├── Menues │ │ ├── MainMenu │ │ │ ├── GameSettingsMenu │ │ │ │ └── game-settings-menu-background.png │ │ │ ├── loading-icon.png │ │ │ ├── main-menu-background.png │ │ │ ├── main-menu-exit-button.png │ │ │ ├── main-menu-game-settings-button.png │ │ │ └── main-menu-start-game-button.png │ │ ├── MenuHelpers │ │ │ ├── menu-button-blank-checked.png │ │ │ ├── menu-button-blank-unchecked.png │ │ │ ├── menu-button-blank.png │ │ │ ├── menu-button-side-scroll-arrow.png │ │ │ ├── menu-slider-handle.png │ │ │ ├── menu-slider.png │ │ │ ├── menu-tint.png │ │ │ └── scroll-menu-arrow.png │ │ └── PauseMenu │ │ │ └── pause-menu-background.png │ └── SplashScreen │ │ ├── splash-image.png │ │ └── tint.png │ └── Main │ ├── Animation │ ├── AnimatedEntity.cs │ ├── Animation.cs │ └── KeyFrame.cs │ ├── Config │ ├── AudioConfig.cs │ ├── ControlsConfig.cs │ ├── DefaultControls.cs │ ├── GlobalControls.cs │ ├── PlayerControls.cs │ ├── Resolution.cs │ ├── ResolutionConfig.cs │ ├── Settings.cs │ └── SettingsManager.cs │ ├── CustomColors.cs │ ├── Game1.cs │ ├── Gameplay │ ├── GameFlow.cs │ ├── GameplayManager.cs │ ├── GameplaySettingsManager.cs │ ├── SongManager.cs │ └── SoundEffectsManager.cs │ ├── GlobalTextures.cs │ ├── Globals.cs │ ├── HelperFunctions.cs │ └── Menues │ ├── GameplayMenues │ ├── AudioSettingsMenu.cs │ ├── ControlsMenu.cs │ ├── GameUI.cs │ ├── GamepadControlsMenu.cs │ ├── GraphicalSettingsMenu.cs │ ├── KeyboardControlsMenu.cs │ ├── PauseMenu.cs │ └── ResolutionSelectionMenu.cs │ ├── MenuHelperClasses │ ├── GamepadControlsMenuButton.cs │ ├── KeyboardControlsMenuButton.cs │ ├── MenuButton.cs │ ├── MenuButtonSideScroll.cs │ ├── MenuButtonWithImage.cs │ ├── MenuImage.cs │ ├── MenuLabel.cs │ ├── MenuScreen.cs │ ├── MenuSelection.cs │ ├── MenuSlider.cs │ └── ScrollingMenuScreen.cs │ └── StartMenues │ ├── GameplaySettingsMenu.cs │ ├── LoadingScreenManager.cs │ ├── MainMenu.cs │ ├── MainMenuSettingsMenu.cs │ ├── SplashScreen.cs │ └── StartMenuesManager.cs ├── Mac ├── Mac.sln └── Mac │ ├── Icon.ico │ ├── Info.plist │ ├── Mac.csproj │ ├── Main.cs │ ├── MonoGame.Framework.dll.config │ ├── Properties │ └── AssemblyInfo.cs │ ├── libSDL2-2.0.0.dylib │ └── libopenal.1.dylib ├── README.md └── Windows ├── AsymptoticMonoGameFramework.sln └── AsymptoticMonoGameFramework ├── AsymptoticMonoGameFramework.csproj ├── Icon.ico ├── Program.cs ├── Properties └── AssemblyInfo.cs ├── app.config └── packages.config /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/.gitignore -------------------------------------------------------------------------------- /Code/Code.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code.sln -------------------------------------------------------------------------------- /Code/Code/Code.projitems: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Code.projitems -------------------------------------------------------------------------------- /Code/Code/Code.shproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Code.shproj -------------------------------------------------------------------------------- /Code/Code/Content/Audio/Songs/A Terrible Battle (cut).mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Audio/Songs/A Terrible Battle (cut).mp3 -------------------------------------------------------------------------------- /Code/Code/Content/Audio/Songs/Back Into the Fray.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Audio/Songs/Back Into the Fray.mp3 -------------------------------------------------------------------------------- /Code/Code/Content/Audio/Songs/Get Those Spies!.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Audio/Songs/Get Those Spies!.mp3 -------------------------------------------------------------------------------- /Code/Code/Content/Audio/Songs/Prayer, Worry, Hope.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Audio/Songs/Prayer, Worry, Hope.mp3 -------------------------------------------------------------------------------- /Code/Code/Content/Audio/Songs/The Fractured Hero.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Audio/Songs/The Fractured Hero.mp3 -------------------------------------------------------------------------------- /Code/Code/Content/Audio/Songs/The Power and the Control.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Audio/Songs/The Power and the Control.mp3 -------------------------------------------------------------------------------- /Code/Code/Content/Audio/SoundEffects/Menu Back.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Audio/SoundEffects/Menu Back.wav -------------------------------------------------------------------------------- /Code/Code/Content/Audio/SoundEffects/Menu Confirm.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Audio/SoundEffects/Menu Confirm.wav -------------------------------------------------------------------------------- /Code/Code/Content/Audio/SoundEffects/Menu Down.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Audio/SoundEffects/Menu Down.wav -------------------------------------------------------------------------------- /Code/Code/Content/Audio/SoundEffects/Menu Left.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Audio/SoundEffects/Menu Left.wav -------------------------------------------------------------------------------- /Code/Code/Content/Audio/SoundEffects/Menu Right.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Audio/SoundEffects/Menu Right.wav -------------------------------------------------------------------------------- /Code/Code/Content/Audio/SoundEffects/Menu Slider.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Audio/SoundEffects/Menu Slider.wav -------------------------------------------------------------------------------- /Code/Code/Content/Audio/SoundEffects/Menu Toggle.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Audio/SoundEffects/Menu Toggle.wav -------------------------------------------------------------------------------- /Code/Code/Content/Audio/SoundEffects/Menu Up.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Audio/SoundEffects/Menu Up.wav -------------------------------------------------------------------------------- /Code/Code/Content/Content.mgcb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Content.mgcb -------------------------------------------------------------------------------- /Code/Code/Content/Controls/Buttons/a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Controls/Buttons/a.png -------------------------------------------------------------------------------- /Code/Code/Content/Controls/Buttons/auto-for-joystick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Controls/Buttons/auto-for-joystick.png -------------------------------------------------------------------------------- /Code/Code/Content/Controls/Buttons/b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Controls/Buttons/b.png -------------------------------------------------------------------------------- /Code/Code/Content/Controls/Buttons/back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Controls/Buttons/back.png -------------------------------------------------------------------------------- /Code/Code/Content/Controls/Buttons/buttons-for-joystick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Controls/Buttons/buttons-for-joystick.png -------------------------------------------------------------------------------- /Code/Code/Content/Controls/Buttons/dpad-down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Controls/Buttons/dpad-down.png -------------------------------------------------------------------------------- /Code/Code/Content/Controls/Buttons/dpad-left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Controls/Buttons/dpad-left.png -------------------------------------------------------------------------------- /Code/Code/Content/Controls/Buttons/dpad-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Controls/Buttons/dpad-right.png -------------------------------------------------------------------------------- /Code/Code/Content/Controls/Buttons/dpad-up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Controls/Buttons/dpad-up.png -------------------------------------------------------------------------------- /Code/Code/Content/Controls/Buttons/left-bumper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Controls/Buttons/left-bumper.png -------------------------------------------------------------------------------- /Code/Code/Content/Controls/Buttons/left-stick-press.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Controls/Buttons/left-stick-press.png -------------------------------------------------------------------------------- /Code/Code/Content/Controls/Buttons/left-stick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Controls/Buttons/left-stick.png -------------------------------------------------------------------------------- /Code/Code/Content/Controls/Buttons/left-trigger.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Controls/Buttons/left-trigger.png -------------------------------------------------------------------------------- /Code/Code/Content/Controls/Buttons/right-bumper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Controls/Buttons/right-bumper.png -------------------------------------------------------------------------------- /Code/Code/Content/Controls/Buttons/right-stick-press.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Controls/Buttons/right-stick-press.png -------------------------------------------------------------------------------- /Code/Code/Content/Controls/Buttons/right-stick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Controls/Buttons/right-stick.png -------------------------------------------------------------------------------- /Code/Code/Content/Controls/Buttons/right-trigger.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Controls/Buttons/right-trigger.png -------------------------------------------------------------------------------- /Code/Code/Content/Controls/Buttons/start.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Controls/Buttons/start.png -------------------------------------------------------------------------------- /Code/Code/Content/Controls/Buttons/x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Controls/Buttons/x.png -------------------------------------------------------------------------------- /Code/Code/Content/Controls/Buttons/y.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Controls/Buttons/y.png -------------------------------------------------------------------------------- /Code/Code/Content/Controls/Checkbox/false.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Controls/Checkbox/false.png -------------------------------------------------------------------------------- /Code/Code/Content/Controls/Checkbox/true.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Controls/Checkbox/true.png -------------------------------------------------------------------------------- /Code/Code/Content/Controls/Keys/0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Controls/Keys/0.png -------------------------------------------------------------------------------- /Code/Code/Content/Controls/Keys/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Controls/Keys/1.png -------------------------------------------------------------------------------- /Code/Code/Content/Controls/Keys/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Controls/Keys/2.png -------------------------------------------------------------------------------- /Code/Code/Content/Controls/Keys/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Controls/Keys/3.png -------------------------------------------------------------------------------- /Code/Code/Content/Controls/Keys/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Controls/Keys/4.png -------------------------------------------------------------------------------- /Code/Code/Content/Controls/Keys/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Controls/Keys/5.png -------------------------------------------------------------------------------- /Code/Code/Content/Controls/Keys/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Controls/Keys/6.png -------------------------------------------------------------------------------- /Code/Code/Content/Controls/Keys/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Controls/Keys/7.png -------------------------------------------------------------------------------- /Code/Code/Content/Controls/Keys/8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Controls/Keys/8.png -------------------------------------------------------------------------------- /Code/Code/Content/Controls/Keys/9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Controls/Keys/9.png -------------------------------------------------------------------------------- /Code/Code/Content/Controls/Keys/a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Controls/Keys/a.png -------------------------------------------------------------------------------- /Code/Code/Content/Controls/Keys/alt-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Controls/Keys/alt-right.png -------------------------------------------------------------------------------- /Code/Code/Content/Controls/Keys/alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Controls/Keys/alt.png -------------------------------------------------------------------------------- /Code/Code/Content/Controls/Keys/apostroph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Controls/Keys/apostroph.png -------------------------------------------------------------------------------- /Code/Code/Content/Controls/Keys/b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Controls/Keys/b.png -------------------------------------------------------------------------------- /Code/Code/Content/Controls/Keys/backslash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Controls/Keys/backslash.png -------------------------------------------------------------------------------- /Code/Code/Content/Controls/Keys/backspace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Controls/Keys/backspace.png -------------------------------------------------------------------------------- /Code/Code/Content/Controls/Keys/bracket-close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Controls/Keys/bracket-close.png -------------------------------------------------------------------------------- /Code/Code/Content/Controls/Keys/bracket-open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Controls/Keys/bracket-open.png -------------------------------------------------------------------------------- /Code/Code/Content/Controls/Keys/c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Controls/Keys/c.png -------------------------------------------------------------------------------- /Code/Code/Content/Controls/Keys/capslock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Controls/Keys/capslock.png -------------------------------------------------------------------------------- /Code/Code/Content/Controls/Keys/comma-lt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Controls/Keys/comma-lt.png -------------------------------------------------------------------------------- /Code/Code/Content/Controls/Keys/comma.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Controls/Keys/comma.png -------------------------------------------------------------------------------- /Code/Code/Content/Controls/Keys/context-menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Controls/Keys/context-menu.png -------------------------------------------------------------------------------- /Code/Code/Content/Controls/Keys/ctrl-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Controls/Keys/ctrl-2.png -------------------------------------------------------------------------------- /Code/Code/Content/Controls/Keys/ctrl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Controls/Keys/ctrl.png -------------------------------------------------------------------------------- /Code/Code/Content/Controls/Keys/cursor-down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Controls/Keys/cursor-down.png -------------------------------------------------------------------------------- /Code/Code/Content/Controls/Keys/cursor-left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Controls/Keys/cursor-left.png -------------------------------------------------------------------------------- /Code/Code/Content/Controls/Keys/cursor-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Controls/Keys/cursor-right.png -------------------------------------------------------------------------------- /Code/Code/Content/Controls/Keys/cursor-up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Controls/Keys/cursor-up.png -------------------------------------------------------------------------------- /Code/Code/Content/Controls/Keys/d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Controls/Keys/d.png -------------------------------------------------------------------------------- /Code/Code/Content/Controls/Keys/delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Controls/Keys/delete.png -------------------------------------------------------------------------------- /Code/Code/Content/Controls/Keys/e.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Controls/Keys/e.png -------------------------------------------------------------------------------- /Code/Code/Content/Controls/Keys/end.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Controls/Keys/end.png -------------------------------------------------------------------------------- /Code/Code/Content/Controls/Keys/enter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Controls/Keys/enter.png -------------------------------------------------------------------------------- /Code/Code/Content/Controls/Keys/equals-plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Controls/Keys/equals-plus.png -------------------------------------------------------------------------------- /Code/Code/Content/Controls/Keys/esc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Controls/Keys/esc.png -------------------------------------------------------------------------------- /Code/Code/Content/Controls/Keys/f.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Controls/Keys/f.png -------------------------------------------------------------------------------- /Code/Code/Content/Controls/Keys/f1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Controls/Keys/f1.png -------------------------------------------------------------------------------- /Code/Code/Content/Controls/Keys/f10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Controls/Keys/f10.png -------------------------------------------------------------------------------- /Code/Code/Content/Controls/Keys/f11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Controls/Keys/f11.png -------------------------------------------------------------------------------- /Code/Code/Content/Controls/Keys/f12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Controls/Keys/f12.png -------------------------------------------------------------------------------- /Code/Code/Content/Controls/Keys/f2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Controls/Keys/f2.png -------------------------------------------------------------------------------- /Code/Code/Content/Controls/Keys/f3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Controls/Keys/f3.png -------------------------------------------------------------------------------- /Code/Code/Content/Controls/Keys/f4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Controls/Keys/f4.png -------------------------------------------------------------------------------- /Code/Code/Content/Controls/Keys/f5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Controls/Keys/f5.png -------------------------------------------------------------------------------- /Code/Code/Content/Controls/Keys/f6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Controls/Keys/f6.png -------------------------------------------------------------------------------- /Code/Code/Content/Controls/Keys/f7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Controls/Keys/f7.png -------------------------------------------------------------------------------- /Code/Code/Content/Controls/Keys/f8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Controls/Keys/f8.png -------------------------------------------------------------------------------- /Code/Code/Content/Controls/Keys/f9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Controls/Keys/f9.png -------------------------------------------------------------------------------- /Code/Code/Content/Controls/Keys/g.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Controls/Keys/g.png -------------------------------------------------------------------------------- /Code/Code/Content/Controls/Keys/h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Controls/Keys/h.png -------------------------------------------------------------------------------- /Code/Code/Content/Controls/Keys/home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Controls/Keys/home.png -------------------------------------------------------------------------------- /Code/Code/Content/Controls/Keys/i.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Controls/Keys/i.png -------------------------------------------------------------------------------- /Code/Code/Content/Controls/Keys/insert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Controls/Keys/insert.png -------------------------------------------------------------------------------- /Code/Code/Content/Controls/Keys/j.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Controls/Keys/j.png -------------------------------------------------------------------------------- /Code/Code/Content/Controls/Keys/k.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Controls/Keys/k.png -------------------------------------------------------------------------------- /Code/Code/Content/Controls/Keys/keypad-0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Controls/Keys/keypad-0.png -------------------------------------------------------------------------------- /Code/Code/Content/Controls/Keys/keypad-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Controls/Keys/keypad-1.png -------------------------------------------------------------------------------- /Code/Code/Content/Controls/Keys/keypad-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Controls/Keys/keypad-2.png -------------------------------------------------------------------------------- /Code/Code/Content/Controls/Keys/keypad-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Controls/Keys/keypad-3.png -------------------------------------------------------------------------------- /Code/Code/Content/Controls/Keys/keypad-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Controls/Keys/keypad-4.png -------------------------------------------------------------------------------- /Code/Code/Content/Controls/Keys/keypad-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Controls/Keys/keypad-5.png -------------------------------------------------------------------------------- /Code/Code/Content/Controls/Keys/keypad-6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Controls/Keys/keypad-6.png -------------------------------------------------------------------------------- /Code/Code/Content/Controls/Keys/keypad-7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Controls/Keys/keypad-7.png -------------------------------------------------------------------------------- /Code/Code/Content/Controls/Keys/keypad-8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Controls/Keys/keypad-8.png -------------------------------------------------------------------------------- /Code/Code/Content/Controls/Keys/keypad-9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Controls/Keys/keypad-9.png -------------------------------------------------------------------------------- /Code/Code/Content/Controls/Keys/keypad-asterix.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Controls/Keys/keypad-asterix.png -------------------------------------------------------------------------------- /Code/Code/Content/Controls/Keys/keypad-enter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Controls/Keys/keypad-enter.png -------------------------------------------------------------------------------- /Code/Code/Content/Controls/Keys/keypad-minus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Controls/Keys/keypad-minus.png -------------------------------------------------------------------------------- /Code/Code/Content/Controls/Keys/keypad-period.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Controls/Keys/keypad-period.png -------------------------------------------------------------------------------- /Code/Code/Content/Controls/Keys/keypad-plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Controls/Keys/keypad-plus.png -------------------------------------------------------------------------------- /Code/Code/Content/Controls/Keys/keypad-slash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Controls/Keys/keypad-slash.png -------------------------------------------------------------------------------- /Code/Code/Content/Controls/Keys/l.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Controls/Keys/l.png -------------------------------------------------------------------------------- /Code/Code/Content/Controls/Keys/locks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Controls/Keys/locks.png -------------------------------------------------------------------------------- /Code/Code/Content/Controls/Keys/m.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Controls/Keys/m.png -------------------------------------------------------------------------------- /Code/Code/Content/Controls/Keys/minus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Controls/Keys/minus.png -------------------------------------------------------------------------------- /Code/Code/Content/Controls/Keys/n.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Controls/Keys/n.png -------------------------------------------------------------------------------- /Code/Code/Content/Controls/Keys/num-lock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Controls/Keys/num-lock.png -------------------------------------------------------------------------------- /Code/Code/Content/Controls/Keys/o.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Controls/Keys/o.png -------------------------------------------------------------------------------- /Code/Code/Content/Controls/Keys/p.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Controls/Keys/p.png -------------------------------------------------------------------------------- /Code/Code/Content/Controls/Keys/page-down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Controls/Keys/page-down.png -------------------------------------------------------------------------------- /Code/Code/Content/Controls/Keys/page-up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Controls/Keys/page-up.png -------------------------------------------------------------------------------- /Code/Code/Content/Controls/Keys/pause.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Controls/Keys/pause.png -------------------------------------------------------------------------------- /Code/Code/Content/Controls/Keys/period-gt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Controls/Keys/period-gt.png -------------------------------------------------------------------------------- /Code/Code/Content/Controls/Keys/power.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Controls/Keys/power.png -------------------------------------------------------------------------------- /Code/Code/Content/Controls/Keys/print.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Controls/Keys/print.png -------------------------------------------------------------------------------- /Code/Code/Content/Controls/Keys/q.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Controls/Keys/q.png -------------------------------------------------------------------------------- /Code/Code/Content/Controls/Keys/r.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Controls/Keys/r.png -------------------------------------------------------------------------------- /Code/Code/Content/Controls/Keys/s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Controls/Keys/s.png -------------------------------------------------------------------------------- /Code/Code/Content/Controls/Keys/scroll-lock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Controls/Keys/scroll-lock.png -------------------------------------------------------------------------------- /Code/Code/Content/Controls/Keys/semicolon-dble.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Controls/Keys/semicolon-dble.png -------------------------------------------------------------------------------- /Code/Code/Content/Controls/Keys/shift-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Controls/Keys/shift-right.png -------------------------------------------------------------------------------- /Code/Code/Content/Controls/Keys/shift.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Controls/Keys/shift.png -------------------------------------------------------------------------------- /Code/Code/Content/Controls/Keys/slash-questionmark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Controls/Keys/slash-questionmark.png -------------------------------------------------------------------------------- /Code/Code/Content/Controls/Keys/sleep.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Controls/Keys/sleep.png -------------------------------------------------------------------------------- /Code/Code/Content/Controls/Keys/spacebar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Controls/Keys/spacebar.png -------------------------------------------------------------------------------- /Code/Code/Content/Controls/Keys/specialkey-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Controls/Keys/specialkey-2.png -------------------------------------------------------------------------------- /Code/Code/Content/Controls/Keys/t.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Controls/Keys/t.png -------------------------------------------------------------------------------- /Code/Code/Content/Controls/Keys/tab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Controls/Keys/tab.png -------------------------------------------------------------------------------- /Code/Code/Content/Controls/Keys/u.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Controls/Keys/u.png -------------------------------------------------------------------------------- /Code/Code/Content/Controls/Keys/v.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Controls/Keys/v.png -------------------------------------------------------------------------------- /Code/Code/Content/Controls/Keys/w.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Controls/Keys/w.png -------------------------------------------------------------------------------- /Code/Code/Content/Controls/Keys/wake-up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Controls/Keys/wake-up.png -------------------------------------------------------------------------------- /Code/Code/Content/Controls/Keys/x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Controls/Keys/x.png -------------------------------------------------------------------------------- /Code/Code/Content/Controls/Keys/y.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Controls/Keys/y.png -------------------------------------------------------------------------------- /Code/Code/Content/Controls/Keys/z.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Controls/Keys/z.png -------------------------------------------------------------------------------- /Code/Code/Content/Controls/Mouse/mouse-left-click.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Controls/Mouse/mouse-left-click.png -------------------------------------------------------------------------------- /Code/Code/Content/Controls/Mouse/mouse-middle-click.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Controls/Mouse/mouse-middle-click.png -------------------------------------------------------------------------------- /Code/Code/Content/Controls/Mouse/mouse-right-click.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Controls/Mouse/mouse-right-click.png -------------------------------------------------------------------------------- /Code/Code/Content/Controls/input-not-found.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Controls/input-not-found.png -------------------------------------------------------------------------------- /Code/Code/Content/Controls/none.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Controls/none.png -------------------------------------------------------------------------------- /Code/Code/Content/Controls/waiting-for-input.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Controls/waiting-for-input.png -------------------------------------------------------------------------------- /Code/Code/Content/Fonts/arial-40.spritefont: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Fonts/arial-40.spritefont -------------------------------------------------------------------------------- /Code/Code/Content/Fonts/arial-bold-22.spritefont: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Fonts/arial-bold-22.spritefont -------------------------------------------------------------------------------- /Code/Code/Content/Fonts/arial-bold-28.spritefont: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Fonts/arial-bold-28.spritefont -------------------------------------------------------------------------------- /Code/Code/Content/Fonts/arial-bold-40.spritefont: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Fonts/arial-bold-40.spritefont -------------------------------------------------------------------------------- /Code/Code/Content/Fonts/arial-bold-52.spritefont: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Fonts/arial-bold-52.spritefont -------------------------------------------------------------------------------- /Code/Code/Content/Menues/MainMenu/GameSettingsMenu/game-settings-menu-background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Menues/MainMenu/GameSettingsMenu/game-settings-menu-background.png -------------------------------------------------------------------------------- /Code/Code/Content/Menues/MainMenu/loading-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Menues/MainMenu/loading-icon.png -------------------------------------------------------------------------------- /Code/Code/Content/Menues/MainMenu/main-menu-background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Menues/MainMenu/main-menu-background.png -------------------------------------------------------------------------------- /Code/Code/Content/Menues/MainMenu/main-menu-exit-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Menues/MainMenu/main-menu-exit-button.png -------------------------------------------------------------------------------- /Code/Code/Content/Menues/MainMenu/main-menu-game-settings-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Menues/MainMenu/main-menu-game-settings-button.png -------------------------------------------------------------------------------- /Code/Code/Content/Menues/MainMenu/main-menu-start-game-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Menues/MainMenu/main-menu-start-game-button.png -------------------------------------------------------------------------------- /Code/Code/Content/Menues/MenuHelpers/menu-button-blank-checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Menues/MenuHelpers/menu-button-blank-checked.png -------------------------------------------------------------------------------- /Code/Code/Content/Menues/MenuHelpers/menu-button-blank-unchecked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Menues/MenuHelpers/menu-button-blank-unchecked.png -------------------------------------------------------------------------------- /Code/Code/Content/Menues/MenuHelpers/menu-button-blank.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Menues/MenuHelpers/menu-button-blank.png -------------------------------------------------------------------------------- /Code/Code/Content/Menues/MenuHelpers/menu-button-side-scroll-arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Menues/MenuHelpers/menu-button-side-scroll-arrow.png -------------------------------------------------------------------------------- /Code/Code/Content/Menues/MenuHelpers/menu-slider-handle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Menues/MenuHelpers/menu-slider-handle.png -------------------------------------------------------------------------------- /Code/Code/Content/Menues/MenuHelpers/menu-slider.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Menues/MenuHelpers/menu-slider.png -------------------------------------------------------------------------------- /Code/Code/Content/Menues/MenuHelpers/menu-tint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Menues/MenuHelpers/menu-tint.png -------------------------------------------------------------------------------- /Code/Code/Content/Menues/MenuHelpers/scroll-menu-arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Menues/MenuHelpers/scroll-menu-arrow.png -------------------------------------------------------------------------------- /Code/Code/Content/Menues/PauseMenu/pause-menu-background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/Menues/PauseMenu/pause-menu-background.png -------------------------------------------------------------------------------- /Code/Code/Content/SplashScreen/splash-image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/SplashScreen/splash-image.png -------------------------------------------------------------------------------- /Code/Code/Content/SplashScreen/tint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Content/SplashScreen/tint.png -------------------------------------------------------------------------------- /Code/Code/Main/Animation/AnimatedEntity.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Main/Animation/AnimatedEntity.cs -------------------------------------------------------------------------------- /Code/Code/Main/Animation/Animation.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Main/Animation/Animation.cs -------------------------------------------------------------------------------- /Code/Code/Main/Animation/KeyFrame.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Main/Animation/KeyFrame.cs -------------------------------------------------------------------------------- /Code/Code/Main/Config/AudioConfig.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Main/Config/AudioConfig.cs -------------------------------------------------------------------------------- /Code/Code/Main/Config/ControlsConfig.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Main/Config/ControlsConfig.cs -------------------------------------------------------------------------------- /Code/Code/Main/Config/DefaultControls.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Main/Config/DefaultControls.cs -------------------------------------------------------------------------------- /Code/Code/Main/Config/GlobalControls.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Main/Config/GlobalControls.cs -------------------------------------------------------------------------------- /Code/Code/Main/Config/PlayerControls.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Main/Config/PlayerControls.cs -------------------------------------------------------------------------------- /Code/Code/Main/Config/Resolution.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Main/Config/Resolution.cs -------------------------------------------------------------------------------- /Code/Code/Main/Config/ResolutionConfig.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Main/Config/ResolutionConfig.cs -------------------------------------------------------------------------------- /Code/Code/Main/Config/Settings.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Main/Config/Settings.cs -------------------------------------------------------------------------------- /Code/Code/Main/Config/SettingsManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Main/Config/SettingsManager.cs -------------------------------------------------------------------------------- /Code/Code/Main/CustomColors.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Main/CustomColors.cs -------------------------------------------------------------------------------- /Code/Code/Main/Game1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Main/Game1.cs -------------------------------------------------------------------------------- /Code/Code/Main/Gameplay/GameFlow.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Main/Gameplay/GameFlow.cs -------------------------------------------------------------------------------- /Code/Code/Main/Gameplay/GameplayManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Main/Gameplay/GameplayManager.cs -------------------------------------------------------------------------------- /Code/Code/Main/Gameplay/GameplaySettingsManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Main/Gameplay/GameplaySettingsManager.cs -------------------------------------------------------------------------------- /Code/Code/Main/Gameplay/SongManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Main/Gameplay/SongManager.cs -------------------------------------------------------------------------------- /Code/Code/Main/Gameplay/SoundEffectsManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Main/Gameplay/SoundEffectsManager.cs -------------------------------------------------------------------------------- /Code/Code/Main/GlobalTextures.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Main/GlobalTextures.cs -------------------------------------------------------------------------------- /Code/Code/Main/Globals.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Main/Globals.cs -------------------------------------------------------------------------------- /Code/Code/Main/HelperFunctions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Main/HelperFunctions.cs -------------------------------------------------------------------------------- /Code/Code/Main/Menues/GameplayMenues/AudioSettingsMenu.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Main/Menues/GameplayMenues/AudioSettingsMenu.cs -------------------------------------------------------------------------------- /Code/Code/Main/Menues/GameplayMenues/ControlsMenu.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Main/Menues/GameplayMenues/ControlsMenu.cs -------------------------------------------------------------------------------- /Code/Code/Main/Menues/GameplayMenues/GameUI.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Main/Menues/GameplayMenues/GameUI.cs -------------------------------------------------------------------------------- /Code/Code/Main/Menues/GameplayMenues/GamepadControlsMenu.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Main/Menues/GameplayMenues/GamepadControlsMenu.cs -------------------------------------------------------------------------------- /Code/Code/Main/Menues/GameplayMenues/GraphicalSettingsMenu.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Main/Menues/GameplayMenues/GraphicalSettingsMenu.cs -------------------------------------------------------------------------------- /Code/Code/Main/Menues/GameplayMenues/KeyboardControlsMenu.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Main/Menues/GameplayMenues/KeyboardControlsMenu.cs -------------------------------------------------------------------------------- /Code/Code/Main/Menues/GameplayMenues/PauseMenu.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Main/Menues/GameplayMenues/PauseMenu.cs -------------------------------------------------------------------------------- /Code/Code/Main/Menues/GameplayMenues/ResolutionSelectionMenu.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Main/Menues/GameplayMenues/ResolutionSelectionMenu.cs -------------------------------------------------------------------------------- /Code/Code/Main/Menues/MenuHelperClasses/GamepadControlsMenuButton.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Main/Menues/MenuHelperClasses/GamepadControlsMenuButton.cs -------------------------------------------------------------------------------- /Code/Code/Main/Menues/MenuHelperClasses/KeyboardControlsMenuButton.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Main/Menues/MenuHelperClasses/KeyboardControlsMenuButton.cs -------------------------------------------------------------------------------- /Code/Code/Main/Menues/MenuHelperClasses/MenuButton.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Main/Menues/MenuHelperClasses/MenuButton.cs -------------------------------------------------------------------------------- /Code/Code/Main/Menues/MenuHelperClasses/MenuButtonSideScroll.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Main/Menues/MenuHelperClasses/MenuButtonSideScroll.cs -------------------------------------------------------------------------------- /Code/Code/Main/Menues/MenuHelperClasses/MenuButtonWithImage.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Main/Menues/MenuHelperClasses/MenuButtonWithImage.cs -------------------------------------------------------------------------------- /Code/Code/Main/Menues/MenuHelperClasses/MenuImage.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Main/Menues/MenuHelperClasses/MenuImage.cs -------------------------------------------------------------------------------- /Code/Code/Main/Menues/MenuHelperClasses/MenuLabel.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Main/Menues/MenuHelperClasses/MenuLabel.cs -------------------------------------------------------------------------------- /Code/Code/Main/Menues/MenuHelperClasses/MenuScreen.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Main/Menues/MenuHelperClasses/MenuScreen.cs -------------------------------------------------------------------------------- /Code/Code/Main/Menues/MenuHelperClasses/MenuSelection.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Main/Menues/MenuHelperClasses/MenuSelection.cs -------------------------------------------------------------------------------- /Code/Code/Main/Menues/MenuHelperClasses/MenuSlider.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Main/Menues/MenuHelperClasses/MenuSlider.cs -------------------------------------------------------------------------------- /Code/Code/Main/Menues/MenuHelperClasses/ScrollingMenuScreen.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Main/Menues/MenuHelperClasses/ScrollingMenuScreen.cs -------------------------------------------------------------------------------- /Code/Code/Main/Menues/StartMenues/GameplaySettingsMenu.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Main/Menues/StartMenues/GameplaySettingsMenu.cs -------------------------------------------------------------------------------- /Code/Code/Main/Menues/StartMenues/LoadingScreenManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Main/Menues/StartMenues/LoadingScreenManager.cs -------------------------------------------------------------------------------- /Code/Code/Main/Menues/StartMenues/MainMenu.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Main/Menues/StartMenues/MainMenu.cs -------------------------------------------------------------------------------- /Code/Code/Main/Menues/StartMenues/MainMenuSettingsMenu.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Main/Menues/StartMenues/MainMenuSettingsMenu.cs -------------------------------------------------------------------------------- /Code/Code/Main/Menues/StartMenues/SplashScreen.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Main/Menues/StartMenues/SplashScreen.cs -------------------------------------------------------------------------------- /Code/Code/Main/Menues/StartMenues/StartMenuesManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Code/Code/Main/Menues/StartMenues/StartMenuesManager.cs -------------------------------------------------------------------------------- /Mac/Mac.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Mac/Mac.sln -------------------------------------------------------------------------------- /Mac/Mac/Icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Mac/Mac/Icon.ico -------------------------------------------------------------------------------- /Mac/Mac/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Mac/Mac/Info.plist -------------------------------------------------------------------------------- /Mac/Mac/Mac.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Mac/Mac/Mac.csproj -------------------------------------------------------------------------------- /Mac/Mac/Main.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Mac/Mac/Main.cs -------------------------------------------------------------------------------- /Mac/Mac/MonoGame.Framework.dll.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Mac/Mac/MonoGame.Framework.dll.config -------------------------------------------------------------------------------- /Mac/Mac/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Mac/Mac/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /Mac/Mac/libSDL2-2.0.0.dylib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Mac/Mac/libSDL2-2.0.0.dylib -------------------------------------------------------------------------------- /Mac/Mac/libopenal.1.dylib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Mac/Mac/libopenal.1.dylib -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/README.md -------------------------------------------------------------------------------- /Windows/AsymptoticMonoGameFramework.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Windows/AsymptoticMonoGameFramework.sln -------------------------------------------------------------------------------- /Windows/AsymptoticMonoGameFramework/AsymptoticMonoGameFramework.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Windows/AsymptoticMonoGameFramework/AsymptoticMonoGameFramework.csproj -------------------------------------------------------------------------------- /Windows/AsymptoticMonoGameFramework/Icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Windows/AsymptoticMonoGameFramework/Icon.ico -------------------------------------------------------------------------------- /Windows/AsymptoticMonoGameFramework/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Windows/AsymptoticMonoGameFramework/Program.cs -------------------------------------------------------------------------------- /Windows/AsymptoticMonoGameFramework/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Windows/AsymptoticMonoGameFramework/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /Windows/AsymptoticMonoGameFramework/app.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Windows/AsymptoticMonoGameFramework/app.config -------------------------------------------------------------------------------- /Windows/AsymptoticMonoGameFramework/packages.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsymptoticGames/asymptotic-monogame-framework/HEAD/Windows/AsymptoticMonoGameFramework/packages.config --------------------------------------------------------------------------------