Commit 90a360e6 by Laura Rodríguez

19 jun

parent 25dc3da8
......@@ -778,7 +778,7 @@ def run_bateria_test(self):
arrow_pos = CENTER
arrow_pos_above = (arrow_pos[0], arrow_pos[1] - arrow_offset)
arrow_screen.draw_text(text='', fontsize=60, pos=arrow_pos_above, colour=arrow_color, center=True)
arrow_screen.draw_text(text='<------->', fontsize=60, pos=arrow_pos_above, colour=arrow_color, center=True)
self.disp.fill(arrow_screen)
self.disp.show()
......
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