GlPortal Class Reference
0.1.1
Source code documentation of the free and open 3D action puzzle game.
|
#include <random>
#include <unordered_set>
#include <radix/system/System.hpp>
#include <radix/PlayerTask.hpp>
Go to the source code of this file.
Data Structures | |
class | radix::PlayerSystem |
Namespaces | |
radix | |
Variables | |
static const float | radix::RUNNING_SPEED = 0.1f |
static const float | radix::JUMP_SPEED = 0.15f |
static const float | radix::HURT_VELOCITY = 0.18f |
static const std::array< const std::string, 2 > | radix::PLAYER_PANTING_SOUND |
static const std::array< const std::string, 2 > | radix::PLAYER_JUMP_SOUND |
static const std::array< const std::string, 2 > | radix::PLAYER_FALL_SOUND |
static const std::array< const std::string, 6 > | radix::PLAYER_FOOT_SOUND |