Skip to content

Commit

Permalink
put the right names in the code for the new images
Browse files Browse the repository at this point in the history
  • Loading branch information
alper committed Jun 23, 2015
1 parent 568b96c commit 062e827
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Assets/Scripts/ReporterStory3.cs
Original file line number Diff line number Diff line change
Expand Up @@ -351,15 +351,15 @@ public void ShowResultImage() {
if (mm.story3Attribution == Story3Attribution.FRANK) {
cw.AddNPCBubble("O nee, Frank wordt opgepakt. We hadden hem moeten beschermen!");

spriteString = "S3 vogel gearresteerd";
spriteString = "S3 frank arrest";
} else if (mm.story3Attribution == Story3Attribution.KATJA) {
cw.AddNPCBubble("Help!");

spriteString = "S3 katja gearresteerd";
spriteString = "S3 katja arrest";
} else if (mm.story3Attribution == Story3Attribution.ANONYMOUS) {
cw.AddNPCBubble("Die agent is goed chagrijnig. Maar hij kan niks doen! En de mensen weten nu van de vrije vogels.");

spriteString = "S3 agent dissed";
spriteString = "S3 agent weg";
}

GameObject displayImage = GameObject.Find ("DisplayImage");
Expand Down

0 comments on commit 062e827

Please sign in to comment.