Searched refs:punchText (Results 1 – 1 of 1) sorted by relevance
64 private BitmapText punchText; field in TestComboMoves105 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()