You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/java/com/khomsi/game/main/logic/CutSceneManager.java
-115Lines changed: 0 additions & 115 deletions
Original file line number
Diff line number
Diff line change
@@ -29,122 +29,7 @@ public void draw(Graphics2D g2d) {
29
29
}
30
30
}
31
31
32
-
/* public void scene_opening() {
33
-
int pressEnterY = 520;
34
-
String text;
35
-
if (this.scenePhase == 0) {
36
-
this.drawBlackBackground(1.0F);
37
-
this.alpha += 0.005F;
38
-
if (this.alpha > 1.0F) {
39
-
this.alpha = 1.0F;
40
-
}
41
-
42
-
text = "This is an island somewhere far away.\n\nBlue Boy, an aspiring adventurer, \ncomes to this island because he hears \nthat it holds a legendary treasure.\n\n\n\n\n";
text = "This is an island somewhere far away.\n\nBlue Boy, an aspiring adventurer, \ncomes to this island because he hears \nthat it holds a legendary treasure.\n\n\n\n\n";
0 commit comments