Package com.t3_tp3d.game.screen
Class EndScreen
- java.lang.Object
-
- com.t3_tp3d.game.screen.Screen
-
- com.t3_tp3d.game.screen.EndScreen
-
- All Implemented Interfaces:
KeyListener
,java.awt.event.ActionListener
,java.util.EventListener
public class EndScreen extends Screen implements java.awt.event.ActionListener
-
-
Field Summary
-
Fields inherited from class com.t3_tp3d.game.screen.Screen
CLICKED_COLOR_FILTER, CLICKED_TEXTURE_FILTER, HOVER_COLOR_FILTER, HOVER_TEXTURE_FILTER, NO_COLOR_FILTER, NO_TEXTURE_FILTER, z
-
-
Constructor Summary
Constructors Constructor Description EndScreen(int cpt, int cptMax, boolean isTutorial, java.lang.String timer, java.util.List<java.lang.String[]> results)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
actionPerformed(java.awt.event.ActionEvent e)
-
Methods inherited from class com.t3_tp3d.game.screen.Screen
addButton, addText, cleanupScreen, desactivate, drawBackground, drawColoredRect, drawTexturedRect, hideModal, isHideModal, keyPressed, keyReleased, removeButton, removeText, renderScreen, setBounds, showModal, updateCamera, updateScreen
-
-