Update 29.10.2022
This commit is contained in:
10
Java/IdleGame/.idea/runConfigurations.xml
generated
10
Java/IdleGame/.idea/runConfigurations.xml
generated
@@ -1,10 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="RunConfigurationProducerService">
|
||||
<option name="ignoredProducers">
|
||||
<set>
|
||||
<option value="com.android.tools.idea.compose.preview.runconfiguration.ComposePreviewRunConfigurationProducer" />
|
||||
</set>
|
||||
</option>
|
||||
</component>
|
||||
</project>
|
||||
6
Java/IdleGame/.idea/vcs.xml
generated
Normal file
6
Java/IdleGame/.idea/vcs.xml
generated
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="VcsDirectoryMappings">
|
||||
<mapping directory="$PROJECT_DIR$/../.." vcs="Git" />
|
||||
</component>
|
||||
</project>
|
||||
Binary file not shown.
@@ -42,6 +42,8 @@ public class IdleGame implements ActionListener {
|
||||
engine.calculate((int) (System.currentTimeMillis() - data.lastCalculationTime) / 1000);
|
||||
}else data = new Save();
|
||||
|
||||
screen.add(new MenuBar(screen.getWidth(), 50, 0, 0));
|
||||
|
||||
CommandManager.addCommand("money", new MoneyCmd());
|
||||
CommandManager.addCommand("generator", new GeneratorCmd());
|
||||
|
||||
|
||||
@@ -61,8 +61,6 @@ public class Screen extends JFrame {
|
||||
|
||||
}
|
||||
});
|
||||
|
||||
add(new MenuBar(width, 50, 0, 0));
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user