Home
last modified time | relevance | path

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

/external/jmonkeyengine/engine/src/test/jme3test/input/combomoves/
DTestComboMoves.java64 private BitmapText punchText; field in TestComboMoves
105 punchText = new BitmapText(guiFont); in simpleInitApp()
106 punchText.setColor(ColorRGBA.Green); in simpleInitApp()
107 punchText.setLocalTranslation(0, punchText.getLineHeight()*4f, 0); in simpleInitApp()
108 guiNode.attachChild(punchText); in simpleInitApp()
160 punchText.setText("Punch Exec: " + punchExec.getDebugString()); in simpleUpdate()