From 4a1e825fd695ae7de8bda19f87b8e2bffb25a999 Mon Sep 17 00:00:00 2001 From: BRNSystems Date: Thu, 22 Jul 2021 22:04:06 +0200 Subject: [PATCH] Updated Readme --- Assets.md | 63 +++++++++++++++++++ .../{menu.png => Sprites/Background/Menu.png} | 0 .../Background/Menu.png.meta} | 0 README.md | 49 +-------------- 4 files changed, 64 insertions(+), 48 deletions(-) create mode 100644 Assets.md rename Assets/{menu.png => Sprites/Background/Menu.png} (100%) rename Assets/{menu.png.meta => Sprites/Background/Menu.png.meta} (100%) diff --git a/Assets.md b/Assets.md new file mode 100644 index 0000000..a5f34d3 --- /dev/null +++ b/Assets.md @@ -0,0 +1,63 @@ +# [Assets](https://github.com/BRNSystems/GeoJam2021/tree/master/Assets/) + + +## [Sprites](https://github.com/BRNSystems/GeoJam2021/tree/master/Sprites/): +[Finish](https://github.com/BRNSystems/GeoJam2021/tree/master/Sprites/Background/Finish.png) - Generated by [@Tucan444](https://github.com/Tucan444/) + +[Menu](https://github.com/BRNSystems/GeoJam2021/tree/master/Sprites/Background/Menu.png) - Generated by [@Tucan444](https://github.com/Tucan444/) + +Everything else: [@BRNSystems](https://github.com/BRNSystems/)(Self compiled [Aseprite](https://www.aseprite.org/)) + + +## [Fonts](https://github.com/BRNSystems/GeoJam2021/tree/master/Fonts/): + +Impact - Added into game by [@Tucan444](https://github.com/Tucan444/) + + +## [Scripts](https://github.com/BRNSystems/GeoJam2021/tree/master/Assets/Scripts/): + +[CameraTracking](https://github.com/BRNSystems/GeoJam2021/blob/master/Assets/Scripts/CameraTracking.cs) - [@BRNSystems](https://github.com/BRNSystems/) + +[Death](https://github.com/BRNSystems/GeoJam2021/blob/master/Assets/Scripts/Death.cs) - [@Tucan444](https://github.com/Tucan444/) and [@BRNSystems](https://github.com/BRNSystems/) + +[Character Controller 2D](https://github.com/BRNSystems/GeoJam2021/blob/master/Assets/Scripts/CharacterController2D.cs) - [@Brackeys](https://github.com/Brackeys/) - [Original](https://github.com/Brackeys/2D-Character-Controller/blob/master/CharacterController2D.cs) and [@BRNSystems](https://github.com/BRNSystems/) + +[ESCQuit](https://github.com/BRNSystems/GeoJam2021/blob/master/Assets/Scripts/ESCQuit.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/) + +[MenuZoom](https://github.com/BRNSystems/GeoJam2021/blob/master/Assets/Scripts/MenuZoom.cs) - [@BRNSystems](https://github.com/BRNSystems/) + +[MovingPlatform](https://github.com/BRNSystems/GeoJam2021/blob/master/Assets/Scripts/MovingPlatform.cs) - [@Tucan444](https://github.com/Tucan444/) + +[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/) + +[Rotation](https://github.com/BRNSystems/GeoJam2021/blob/master/Assets/Scripts/Rotation.cs) - [@Tucan444](https://github.com/Tucan444/) and [@BRNSystems](https://github.com/BRNSystems/) + +[SpawnStorage](https://github.com/BRNSystems/GeoJam2021/blob/master/Assets/Scripts/SpawnStorage.cs) - [@BRNSystems](https://github.com/BRNSystems/) + +[Target](https://github.com/BRNSystems/GeoJam2021/blob/master/Assets/Scripts/Target.cs) - [@BRNSystems](https://github.com/BRNSystems/) + + +## [Physic Materials](https://github.com/BRNSystems/GeoJam2021/tree/master/Physic_Materials/): + +[@BRNSystems](https://github.com/BRNSystems/) and [@Tucan444](https://github.com/Tucan444/) + + +## [Sounds](https://github.com/BRNSystems/GeoJam2021/tree/master/Sounds): + +[Sound effects](https://github.com/BRNSystems/GeoJam2021/tree/master/SFX/) - [@BRNSystems](https://github.com/BRNSystems/)([BFXR](https://www.bfxr.net/)) + + +[Music](https://github.com/BRNSystems/GeoJam2021/tree/master/Music/) + +[@BRNSystems](https://github.com/BRNSystems/)([FL Studio](https://www.image-line.com/fl-studio/)) trial + + +## [Scenes](https://github.com/BRNSystems/GeoJam2021/tree/master/Scenes/): + +[@BRNSystems](https://github.com/BRNSystems/) and [@Tucan444](https://github.com/Tucan444/) diff --git a/Assets/menu.png b/Assets/Sprites/Background/Menu.png similarity index 100% rename from Assets/menu.png rename to Assets/Sprites/Background/Menu.png diff --git a/Assets/menu.png.meta b/Assets/Sprites/Background/Menu.png.meta similarity index 100% rename from Assets/menu.png.meta rename to Assets/Sprites/Background/Menu.png.meta diff --git a/README.md b/README.md index b021dc2..c82ba5c 100644 --- a/README.md +++ b/README.md @@ -2,51 +2,4 @@ Hello this will be my entry to the [GeoJam2021](https://itch.io/jam/geojam-2021) hosted by [Icoso](https://www.youtube.com/channel/UCL7FCx3MrwKGYFEs91Lz0yg) -## [Assets](https://github.com/BRNSystems/GeoJam2021/tree/master/Assets/) - - -### [Sprites](https://github.com/BRNSystems/GeoJam2021/tree/master/Sprites/): -[LastBG](https://github.com/BRNSystems/GeoJam2021/tree/master/Sprites/Background/LastBG.png) - -Everything else: [@BRNSystems](https://github.com/BRNSystems/)(Self compiled [Aseprite](https://www.aseprite.org/)) - -### [Fonts](https://github.com/BRNSystems/GeoJam2021/tree/master/Fonts/): - -Impact - Added into game by [@Tucan444](https://github.com/Tucan444/) - -### [Scripts](https://github.com/BRNSystems/GeoJam2021/tree/master/Assets/Scripts/): - -[CameraTracking](https://github.com/BRNSystems/GeoJam2021/blob/master/Assets/Scripts/CameraTracking.cs) - [@BRNSystems](https://github.com/BRNSystems/) - -[Character Controller 2D](https://github.com/BRNSystems/GeoJam2021/blob/master/Assets/Scripts/CharacterController2D.cs) - [@Brackeys](https://github.com/Brackeys/) - [Original](https://github.com/Brackeys/2D-Character-Controller/blob/master/CharacterController2D.cs) and [@BRNSystems](https://github.com/BRNSystems/) - -[Death](https://github.com/BRNSystems/GeoJam2021/blob/master/Assets/Scripts/Death.cs) - [@Tucan444](https://github.com/Tucan444/) and [@BRNSystems](https://github.com/BRNSystems/) - -[CheckPoint](https://github.com/BRNSystems/GeoJam2021/blob/master/Assets/Scripts/Checkpoint.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/) - -[SpawnStorage](https://github.com/BRNSystems/GeoJam2021/blob/master/Assets/Scripts/SpawnStorage.cs) - [@BRNSystems](https://github.com/BRNSystems/) - -[Target](https://github.com/BRNSystems/GeoJam2021/blob/master/Assets/Scripts/Target.cs) - [@BRNSystems](https://github.com/BRNSystems/) - -[MovingPlatform](https://github.com/BRNSystems/GeoJam2021/blob/master/Assets/Scripts/MovingPlatform.cs) - [@Tucan444](https://github.com/Tucan444/) - -[Rotation](https://github.com/BRNSystems/GeoJam2021/blob/master/Assets/Scripts/Rotation.cs) - [@Tucan444](https://github.com/Tucan444/) - - -### [Physic Materials](https://github.com/BRNSystems/GeoJam2021/tree/master/Physic_Materials/): - -[@BRNSystems](https://github.com/BRNSystems/) and [@Tucan444](https://github.com/Tucan444/) - -### [Sounds](https://github.com/BRNSystems/GeoJam2021/tree/master/Sounds): - -[Sound effects](https://github.com/BRNSystems/GeoJam2021/tree/master/SFX/) - [@BRNSystems](https://github.com/BRNSystems/)([BFXR](https://www.bfxr.net/)) - -[Music](https://github.com/BRNSystems/GeoJam2021/tree/master/Music/) - -[@BRNSystems](https://github.com/BRNSystems/)([FL Studio](https://www.image-line.com/fl-studio/)) trial - -### [Scenes](https://github.com/BRNSystems/GeoJam2021/tree/master/Scenes/): - -[@BRNSystems](https://github.com/BRNSystems/) and [@Tucan444](https://github.com/Tucan444/) +[Assets](Assets.md) \ No newline at end of file