3,655 users, 15 online now.
A total of 1,135,754 plays!

Beatmap Listing » Hosoe Shinji - Son of Sun (Extended Mix)

View on osu.ppy.sh / forums

Artist: Hosoe Shinji Circle Size:
Approach Rate
Title: Son of Sun (Extended Mix) HP Drain:
Star Difficulty:
(5.8)
Creator: [CSGA]Ar3sgice Accuracy:
Length: 3:03
Source: DJMAX Genre: VideoGame (Other) BPM: 200
Submitted:
Last Updated:
Oct 04, 2012
Oct 04, 2012
Average Rating: Nobody has rated this map yet... ): Favourited 0 times in total
Nominators: Options:

Modding / Discussion

Copy Beatmapset ID

Grab latest .osu file

小明温柔地摸着猫的头发。猫叫着"喵~喵~"
小明给猫拿来美味的食物。猫叫着"喵~喵~"
小明倒了一杯热水给猫喝。猫叫着"喵~喵~"
小明为猫造好了木头屋子。猫叫着"喵~喵~"
小明为猫买了辆玩具车子。猫叫着"喵~喵~"
小明用电脑游戏给猫娱乐。猫叫着"喵~喵~"
小明厌倦了养猫这种事情。猫叫着"喵~喵~"
小明用暗影双刀砍向了猫。猫叫着"喵~喵~"
小明

for http://osu.ppy.sh/forum/10

var rgb1 = [234,200,88];
var rgb2 = [255,0,0];
var getcolor = function(nm){
for(var i in userlist)
{
if(userlist[i][0] == nm)
{
return userlist[i][1];
}
}
var r = Math.random();
var rnd = "rgb(" + Math.floor(rgb1[0] + r * (rgb2[0] - rgb1[0] + 1)) + ","
+ Math.floor(rgb1[1] + r * (rgb2[1] - rgb1[1] + 1)) + ","
+ Math.floor(rgb1[2] + r * (rgb2[2] - rgb1[2] + 1)) + ")";
userlist.push([nm,rnd]);
return rnd;
};
var userlist = [];
var p = document.getElementsByClassName("topicauthor");for(var i in p)
{
if(p[i].childNodes&&p[i].childNodes[0].tagName&&p[i].childNodes[0].tagName.toUpperCase()=="A")
{
p[i].childNodes[0].style.color=getcolor(p[i].childNodes[0].innerHTML);
p[i].childNodes[0].className="username-coloured";
var w=p[i].parentNode.nextSibling.nextSibling.nextSibling.nextSibling.childNodes[3].childNodes[1];
w.style.color=getcolor(w.innerHTML);
w.className="username-coloured";
}
}