diff options
author | Niclas Dobbertin <niclas.dobbertin@mailbox.org> | 2024-07-05 12:15:06 +0200 |
---|---|---|
committer | Niclas Dobbertin <niclas.dobbertin@mailbox.org> | 2024-07-05 12:15:06 +0200 |
commit | 521e4ee53cc0add0d357d28a35dbed7184026ec2 (patch) | |
tree | 3d68e40d9577f43e3a71a04744a7768176173322 /modeling/model_env.py | |
parent | 89f11b1c74664054aee78de8610344791a0c8c03 (diff) |
find max and min value
Diffstat (limited to 'modeling/model_env.py')
-rw-r--r-- | modeling/model_env.py | 4 |
1 files changed, 2 insertions, 2 deletions
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)} |