This website requires JavaScript.
Explore
Help
Sign In
RuiFPB
/
tyra-linux
Watch
1
Star
0
Fork
0
You've already forked tyra-linux
Code
Issues
1
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
1c9351e5e95f8b2451de85b28e71d02411234354
tyra-linux
/
src
/
samples
/
dolphin
T
History
Foxar
1c9351e5e9
Added: Sea mines, when fully implemented, will explode and take lifes from player.
2020-12-10 12:52:54 +01:00
..
objects
Added: Underwater/Above water soundscape, misc sound effects. Reworked player class a bit to contain pointer to the game engine for sound playing.
2020-12-09 14:27:40 +01:00
.gitignore
Add .gitignore for dolphin sample
2020-12-05 21:54:03 +01:00
camera.cpp
Added: Camera automatically shifts to an angle from behind the player.
2020-12-07 19:30:07 +01:00
camera.hpp
Added new sample dolphin.
2020-12-02 20:54:19 +01:00
dolphin.cpp
Added: Sea mines, when fully implemented, will explode and take lifes from player.
2020-12-10 12:52:54 +01:00
dolphin.hpp
Added: Sea mines, when fully implemented, will explode and take lifes from player.
2020-12-10 12:52:54 +01:00
main.cpp
Changed: Dolphin sample FOV is now 75.F, zoomed in the camera, increased the distance for collectibles pickup.
2020-12-07 14:28:56 +01:00
Makefile
Added: collectibles class. Collectibles are strewn around the level and can be 'picked up' (deactivated, won't be rendered), when the player gets close and jumps.
2020-12-05 22:04:38 +01:00