Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ISN 2022-ACL project Cyberpac 2077
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
RICHARD Florian
ISN 2022-ACL project Cyberpac 2077
Commits
2d85ed5f
Commit
2d85ed5f
authored
2 years ago
by
Azurlors
Browse files
Options
Downloads
Patches
Plain Diff
Rajout musique
parent
804e74df
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
MAVENProject/src/main/java/start/Main.java
+3
-3
3 additions, 3 deletions
MAVENProject/src/main/java/start/Main.java
with
3 additions
and
3 deletions
MAVENProject/src/main/java/start/Main.java
+
3
−
3
View file @
2d85ed5f
package
start
;
import
jeu.Painter
;
//
import spotify.MP3;
import
spotify.MP3
;
import
engine.GameEngineGraphical
;
import
jeu.Controller
;
...
...
@@ -21,8 +21,8 @@ public class Main {
//pour la musique
//
MP3 mp3 = new MP3("cyberPacMusic1bon.wav");
//
mp3.displayMusic();
MP3
mp3
=
new
MP3
(
"cyberPacMusic1bon.wav"
);
mp3
.
displayMusic
();
// classe qui lance le moteur de jeu generique
GameEngineGraphical
engine
=
new
GameEngineGraphical
(
game
,
painter
,
controller
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment