1
|
|
// chaomoon ๐
|
2
|
|
//
|
3
|
|
// game developer & music composer โก( โกโฟโก )
|
4
|
|
|
5
|
|
public static String[] Games = {
|
6
|
|
โ"Soul's Remnant"
|
7
|
|
};
|
5
|
|
public static String[] Games = { ... };
|
8
|
|
|
9
|
|
public static String[] Tools = {
|
10
|
|
โ"Sheet Music Practice"
|
11
|
|
};
|
9
|
|
public static String[] Tools = { ... };
|
12
|
|
|
13
|
|
public static String[] MiniGames = {
|
14
|
|
โ"Glowsword (2016)",
|
15
|
|
โ"Super Kawaii
Timeshift Desu! (2016)",
|
16
|
|
โ"Super Kawaii Destructo Desu! (2015)",
|
17
|
|
โ"Reaction (2015)"
|
18
|
|
};
|
13
|
|
public static String[] Minigames = { ... };
|
19
|
|
|
20
|
|
public static String[] Socials = {
|
21
|
|
โ"Bandcamp (25% off full discography!)"
|
22
|
|
โ"Twitter"
|
23
|
|
};
|
20
|
|
public static String[] Socials = { ... };
|
24
|
|
|