From 8409690aa0a14e5511132a168a14a08120af3694 Mon Sep 17 00:00:00 2001 From: ALittlePatate <48603993+ALittlePatate@users.noreply.github.com> Date: Sun, 11 Apr 2021 12:42:45 +0200 Subject: [PATCH] Updated cheat version --- classes/ui.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/classes/ui.py b/classes/ui.py index cfeb7e2..79af400 100644 --- a/classes/ui.py +++ b/classes/ui.py @@ -1061,8 +1061,8 @@ FloatLayout: self.settings = Button(size_hint =(.2, .2), pos_hint ={'center_x':.100, 'center_y':.099}, text ="Settings", background_color=ui_color_rgba) self.settings.bind(on_press=partial(self.disable, self.settings)) - self.cheat_name_label = Label(size_hint =(.2, .2), pos_hint={"top":0.98, "right": 0.6}, text="Rainbow Recode v2 | Elapsed: ", font_size = 25) - self.elapsed_label = Label(size_hint =(.2, .2), pos_hint={"top":0.98, "right": 0.9}, text=str(datetime.datetime.now().strftime('%H:%M:%S')), font_size = 25) + self.cheat_name_label = Label(size_hint =(.2, .2), pos_hint={"top":0.98, "right": 0.6}, text="Rainbow Recode v2.1 | Elapsed: ", font_size = 25) + self.elapsed_label = Label(size_hint =(.2, .2), pos_hint={"top":0.98, "right": 0.92}, text=str(datetime.datetime.now().strftime('%H:%M:%S')), font_size = 25) self.status_label = Label(size_hint =(.2, .2), pos_hint={"top":0.7, "right": 0.44}, text="Status : ", font_size = 23) self.undetected_label = Label(size_hint =(.2, .2), pos_hint={"top":0.7, "right": 0.6}, text="Undetected", font_size = 23, color="green") @@ -1080,4 +1080,4 @@ FloatLayout: self.rl.add_widget(self.aim) self.rl.add_widget(self.misc) - return self.rl \ No newline at end of file + return self.rl