添加音频 (#317)
This commit is contained in:
parent
b2a438c200
commit
851a3873fa
|
@ -29,7 +29,7 @@ Rectangle {
|
|||
}
|
||||
|
||||
function loadSkills() {
|
||||
for (let i = 1; i <= 16; i++) {
|
||||
for (let i = 1; i <= 23; i++) {
|
||||
skills.append({ name: "fastchat_m", idx: i });
|
||||
}
|
||||
}
|
||||
|
|
|
@ -13,7 +13,7 @@ Rectangle {
|
|||
}
|
||||
|
||||
function loadSkills() {
|
||||
for (let i = 1; i <= 16; i++) {
|
||||
for (let i = 1; i <= 23; i++) {
|
||||
skills.append({ name: "fastchat_m", idx: i });
|
||||
}
|
||||
}
|
||||
|
|
|
@ -73,6 +73,7 @@ Item {
|
|||
|
||||
onIsStartedChanged: {
|
||||
if (isStarted) {
|
||||
Backend.playSound("./audio/system/gamestart");
|
||||
bgm.play();
|
||||
canKickOwner = false;
|
||||
kickOwnerTimer.stop();
|
||||
|
@ -209,6 +210,7 @@ Item {
|
|||
canKickOwner = false;
|
||||
kickOwnerTimer.stop();
|
||||
} else {
|
||||
Backend.playSound("./audio/system/ready");
|
||||
kickOwnerTimer.start();
|
||||
}
|
||||
}
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -315,6 +315,13 @@ Fk:loadTranslationTable{
|
|||
["$fastchat_m14"] = "哥们,给力点行吗?",
|
||||
["$fastchat_m15"] = "哥哥,交个朋友吧。",
|
||||
["$fastchat_m16"] = "妹子,交个朋友吧。",
|
||||
["$fastchat_m17"] = "我从未见过如此厚颜无耻之人!",
|
||||
["$fastchat_m18"] = "你随便杀,闪不了算我输。",
|
||||
["$fastchat_m19"] = "这波,不亏。",
|
||||
["$fastchat_m20"] = "请收下我的膝盖。",
|
||||
["$fastchat_m21"] = "你咋不上天呢?",
|
||||
["$fastchat_m22"] = "放开我的队友,冲我来。",
|
||||
["$fastchat_m23"] = "见证奇迹的时刻到了。",
|
||||
["$fastchat_f1"] = "能不能快一点啊,兵贵神速啊。",
|
||||
["$fastchat_f2"] = "主公,别开枪,自己人!",
|
||||
["$fastchat_f3"] = "小内再不跳,后面还怎么玩啊?",
|
||||
|
@ -331,6 +338,13 @@ Fk:loadTranslationTable{
|
|||
["$fastchat_f14"] = "哥们,给力点行吗?",
|
||||
["$fastchat_f15"] = "哥,交个朋友吧。",
|
||||
["$fastchat_f16"] = "妹子,交个朋友吧。",
|
||||
["$fastchat_f17"] = "我从未见过如此厚颜无耻之人!",
|
||||
["$fastchat_f18"] = "你随便杀,闪不了算我输。",
|
||||
["$fastchat_f19"] = "这波,不亏。",
|
||||
["$fastchat_f20"] = "请收下我的膝盖。",
|
||||
["$fastchat_f21"] = "你咋不上天呢?",
|
||||
["$fastchat_f22"] = "放开我的队友,冲我来。",
|
||||
["$fastchat_f23"] = "见证奇迹的时刻到了。",
|
||||
|
||||
["aaa_role_mode"] = "身份模式",
|
||||
[":aaa_role_mode"] = [========================================[
|
||||
|
|
Loading…
Reference in New Issue