This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
Programmiermethoden_und_-werkzeuge
/
2023-2-WS_group_project_pacmayham
Watch
5
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
Browse Source
added Pause fontion into gameManager
remotes/origin/menu
fdai2751
11 months ago
parent
25602d6ff2
commit
ff7075f7e2
1 changed files
with
4 additions
and
0 deletions
Whitespace
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
4
src/main/java/pacmanGame/GameManager.java
4
src/main/java/pacmanGame/GameManager.java
View File
@ -62,5 +62,9 @@ public class GameManager {
}
return
false
;
}
public
void
Pause
(
)
{
isPaused
=
true
;
}
}
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
Programmiermethoden_und_-werkzeuge/2023-2-WS_group_project_pacmayham
Title
Body
Create Issue