Home
last modified time | relevance | path

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

/dports/games/epiphany-game/epiphany-0.7.0/src/
H A Dsurface_manager.cpp108 case Surface_Manager::SRF_DOOR_RED: in create_surface()
225 add_surface(SRF_DOOR_RED, this->create_surface(SRF_DOOR_RED)); in init()
H A Dsurface_manager.h41 SRF_DOOR_RED=9, enumerator
/dports/games/epiphany-game/epiphany-0.7.0/src/entities/
H A Dentity_door.cpp41 m_sprite=Sprite(surf_man->get_surface(Surface_Manager::SRF_DOOR_RED)); in Entity_Door()