OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:punchtext
(Results
1 - 1
of
1
) sorted by null
/external/jmonkeyengine/engine/src/test/jme3test/input/combomoves/
TestComboMoves.java
64
private BitmapText
punchText
;
105
punchText
= new BitmapText(guiFont);
106
punchText
.setColor(ColorRGBA.Green);
107
punchText
.setLocalTranslation(0,
punchText
.getLineHeight()*4f, 0);
108
guiNode.attachChild(
punchText
);
160
punchText
.setText("Punch Exec: " + punchExec.getDebugString());
Completed in 47 milliseconds