- Timestamp:
- Jun 1, 2022, 4:35:35 PM (3 years ago)
- Branches:
- master
- Parents:
- 57674f3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/LostHavenRPG.java
r57674f3 re5d2936 48 48 49 49 public class LostHavenRPG implements KeyListener, MouseListener { 50 private static final boolean RUNNING_FROM_JAR = false;50 private static final boolean RUNNING_FROM_JAR = true; 51 51 GameState gameState; 52 52 AuxState auxState;
Note:
See TracChangeset
for help on using the changeset viewer.