Skip to content

Commit

Permalink
credits is going really well
Browse files Browse the repository at this point in the history
  • Loading branch information
Kade-github committed May 19, 2024
1 parent ecc95f4 commit 65f3144
Show file tree
Hide file tree
Showing 8 changed files with 159 additions and 3 deletions.
Binary file added Assets/Textures/credit-screenshots/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Assets/Textures/credit-screenshots/2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Assets/Textures/credit-screenshots/3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Assets/Textures/credit-screenshots/4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Assets/Textures/credit-screenshots/5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Assets/Textures/credit-screenshots/6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
158 changes: 157 additions & 1 deletion Assets/credits.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,65 +3,221 @@ Credits





Created in 6 months as a school project




Programmer

Kade



Artist/Textures

Kade



Models

Kade



Music

Kade



Sounds

Kade



Engine

Kade





Inspired by Minecraft (Mojang)





Libraries and Attributions



OpenGL - Khronos Group



GLFW



msgpack-c



glad



Open Asset Import Library (assimp)



BS::thread_pool



BASS - Un4seen Developments




Thank you for playing.















[Textures/credit-screenshots/1.png]



















[Textures/credit-screenshots/2.png]



















[Textures/credit-screenshots/3.png]



















[Textures/credit-screenshots/4.png]



















[Textures/credit-screenshots/5.png]



















[Textures/credit-screenshots/6.png]













Thank you for playing.



<3
4 changes: 2 additions & 2 deletions src/Game/Objects/Base/RocketEnd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -185,9 +185,9 @@ void RocketEnd::Draw()

Credit& c = cr.credits[i];

float diff = c.time - (time - 4);
float diff = c.time - (time - 6);

float y = (diff * (300 / 60)) * 12;
float y = (diff * (475 / 60)) * 12;

t->position.y = -y;
}
Expand Down

0 comments on commit 65f3144

Please sign in to comment.