A Test Here
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
document.getElementById('startButton').addEventListener('click', function() {
|
||||
alert('Starting the game...');
|
||||
|
||||
});
|
||||
|
||||
document.getElementById('settingsButton').addEventListener('click', function() {
|
||||
alert('Opening settings...');
|
||||
// Add your settings logic here
|
||||
});
|
||||
|
||||
document.getElementById('exitButton').addEventListener('click', function() {
|
||||
alert('Exiting the game...');
|
||||
// Add your exit logic here
|
||||
});
|
||||
Reference in New Issue
Block a user