OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:coinCount
(Results
1 - 4
of
4
) sorted by null
/external/replicaisland/src/com/replica/replicaisland/
InventoryComponent.java
62
public int
coinCount
;
71
coinCount
= 0;
77
coinCount
+= other.
coinCount
;
HudSystem.java
225
mCoinDigitsChanged = (mCoinCount != newInventory.
coinCount
);
228
mCoinCount = newInventory.
coinCount
;
PlayerComponent.java
230
if (inventory.
coinCount
>= mDifficultyConstants.getCoinsPerPowerup()) {
231
inventory.
coinCount
= 0;
GameObjectFactory.java
[
all
...]
Completed in 330 milliseconds