Home
last modified time | relevance | path

Searched refs:SRF_KEY_BLUE (Results 1 – 3 of 3) sorted by relevance

/dports/games/epiphany-game/epiphany-0.7.0/src/
H A Dsurface_manager.cpp123 case Surface_Manager::SRF_KEY_BLUE: in create_surface()
235 add_surface(SRF_KEY_BLUE, this->create_surface(SRF_KEY_BLUE)); in init()
H A Dsurface_manager.h46 SRF_KEY_BLUE=14, enumerator
/dports/games/epiphany-game/epiphany-0.7.0/src/entities/
H A Dentity_key.cpp37 m_sprite=Sprite(surf_man->get_surface(Surface_Manager::SRF_KEY_BLUE)); in Entity_Key()