X-Git-Url: https://harishankar.org/repos/?p=butaba-adventures.git;a=blobdiff_plain;f=utility.py;fp=utility.py;h=05faab5b40a533e8b80855353f5364a0fd82f5b0;hp=f88430cc7192efe70c17ff17d44b872550e3240d;hb=4d50728c1454554fef2ad4841345d0c28101702d;hpb=0b36c3ccd4cb9cdf58fa5285366f023a8c931c61 diff --git a/utility.py b/utility.py index f88430c..05faab5 100644 --- a/utility.py +++ b/utility.py @@ -39,7 +39,7 @@ def ask_question (surface, question, answers, bgscreen): i = 1 for answer in answers: if sel_answer == i: - r, g, b = 0, 0, 216 + r, g, b = 255, 0, 0 else: r, g, b = 0, 0, 0 textarray.append ( [10, r, g, b, answer] )