Updated Readme
This commit is contained in:
parent
f6035eaa38
commit
4a1e825fd6
63
Assets.md
Normal file
63
Assets.md
Normal file
@ -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/)
|
49
README.md
49
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)
|
Loading…
Reference in New Issue
Block a user