From 521e4ee53cc0add0d357d28a35dbed7184026ec2 Mon Sep 17 00:00:00 2001 From: Niclas Dobbertin Date: Fri, 5 Jul 2024 12:15:06 +0200 Subject: find max and min value --- modeling/model_env.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modeling/model_env.py') diff --git a/modeling/model_env.py b/modeling/model_env.py index 1565cf4..ab4b219 100644 --- a/modeling/model_env.py +++ b/modeling/model_env.py @@ -14,8 +14,8 @@ def get_env(): screen["Gifte"] = {"text": "Gifte", "position": (300, 100)} screen["GifteVar1"] = {"text": "3", "position": (300, 200)} - screen["GifteVar2"] = {"text": "4", "position": (300, 300)} - screen["GifteVar3"] = {"text": "5", "position": (300, 400)} + screen["GifteVar2"] = {"text": "8", "position": (300, 300)} + screen["GifteVar3"] = {"text": "1", "position": (300, 400)} screen["GifteVar4"] = {"text": "6", "position": (300, 500)} -- cgit v1.2.3