OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:difficulty
(Results
1 - 2
of
2
) sorted by null
/external/replicaisland/src/com/replica/replicaisland/
ContextParameters.java
32
public int
difficulty
;
field in class:ContextParameters
/external/jmonkeyengine/engine/src/test/jme3test/games/
CubeField.java
69
private int
difficulty
, Score, colorInt, highCap, lowCap,diffHelp;
field in class:CubeField
118
difficulty
= highCap;
180
// float x = FastMath.nextRandomInt(playerX +
difficulty
+ 10, playerX +
difficulty
+ 150);
181
float x = FastMath.nextRandomInt(playerX +
difficulty
+ 30, playerX +
difficulty
+ 90);
182
float z = FastMath.nextRandomInt(playerZ -
difficulty
- 50, playerZ +
difficulty
+ 50);
185
// playerX+
difficulty
+30,playerX+
difficulty
+9
[
all
...]
Completed in 32 milliseconds