OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ghosttime
(Results
1 - 1
of
1
) sorted by null
/external/replicaisland/src/com/replica/replicaisland/
PlayerComponent.java
349
float
ghostTime
= NO_GEMS_GHOST_TIME;
353
ghostTime
= ONE_GEM_GHOST_TIME;
355
ghostTime
= TWO_GEMS_GHOST_TIME;
358
GameObject ghost = factory.spawnPlayerGhost(x, y, parentObject,
ghostTime
);
Completed in 37 milliseconds