(Batch batch, float parentAlpha)
| 286 | } |
| 287 | |
| 288 | public void draw(Batch batch, float parentAlpha) { |
| 289 | bg0.act(Gdx.graphics.getDeltaTime()); |
| 290 | bg0.draw(batch, 1); |
| 291 | super.draw(batch, parentAlpha); |
| 292 | } |
| 293 | |
| 294 | public void playShowActions() { |
| 295 | switch (showActionType) { |