Compare commits

...

1 Commits

Author SHA1 Message Date
fa97990a67 Update Assets.md 2021-07-24 14:02:05 +02:00

@ -6,6 +6,8 @@
[Menu](https://github.com/BRNSystems/GeoJam2021/tree/master/Sprites/Background/Menu.png) - Generated by [@Tucan444](https://github.com/Tucan444/)
[Planet](https://github.com/BRNSystems/GeoJam2021/blob/master/Assets/Sprites/Level/Intro/planet.png) - Created By [@BRNSystems](https://github.com/BRNSystems/) with [Paint 3D](https://www.microsoft.com/en-us/p/paint-3d/9nblggh5fv99)
Everything else: [@BRNSystems](https://github.com/BRNSystems/)(Self compiled [Aseprite](https://www.aseprite.org/))
@ -24,6 +26,8 @@ Impact - Added into game by [@Tucan444](https://github.com/Tucan444/)
[ESCQuit](https://github.com/BRNSystems/GeoJam2021/blob/master/Assets/Scripts/ESCQuit.cs) - [@BRNSystems](https://github.com/BRNSystems/)
[Intro_player](https://github.com/BRNSystems/GeoJam2021/blob/master/Assets/Scripts/Intro_player.cs) - [@BRNSystems](https://github.com/BRNSystems/)
[CheckPoint](https://github.com/BRNSystems/GeoJam2021/blob/master/Assets/Scripts/Checkpoint.cs) - [@BRNSystems](https://github.com/BRNSystems/)
[MenuMouse](https://github.com/BRNSystems/GeoJam2021/blob/master/Assets/Scripts/MenuMouse.cs) - [@BRNSystems](https://github.com/BRNSystems/)
@ -32,6 +36,8 @@ Impact - Added into game by [@Tucan444](https://github.com/Tucan444/)
[MovingPlatform](https://github.com/BRNSystems/GeoJam2021/blob/master/Assets/Scripts/MovingPlatform.cs) - [@Tucan444](https://github.com/Tucan444/)
[Outro_Player](https://github.com/BRNSystems/GeoJam2021/blob/master/Assets/Scripts/Outro_Player.cs) - [@BRNSystems](https://github.com/BRNSystems/)
[PlayerControls](https://github.com/BRNSystems/GeoJam2021/blob/master/Assets/Scripts/PlayerControls.cs) - [@BRNSystems](https://github.com/BRNSystems/) and [@Tucan444](https://github.com/Tucan444/)
[RotateAroundSelfAxis](https://github.com/BRNSystems/GeoJam2021/blob/master/Assets/Scripts/RotateAroundSelfAxis.cs) - [@Tucan444](https://github.com/Tucan444/) and [@BRNSystems](https://github.com/BRNSystems/)