Commit adde6ec8 authored by yu's avatar yu

1

parent 4afcf80e
......@@ -156,7 +156,7 @@ export default class Game {
public init(data) {
this.title = data.title;
this.start = false;
this.beginAudio = data.guideBegin_audio_url || "";
this.beginAudio = data.beginAudio || "";
this.endAudio = data.endAudio || "";
this.loadingAudio = data.startLoadingAudio || "";
this.waitAudio = data.waitAudio || "";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment