diff options
author | Dobbertin, Niclas <niclas.dobbertin@mailbox.org> | 2024-06-07 18:42:14 +0200 |
---|---|---|
committer | Dobbertin, Niclas <niclas.dobbertin@mailbox.org> | 2024-06-07 18:42:14 +0200 |
commit | 76ef769e1770ab0510845f7ffcc0299f0c165d4f (patch) | |
tree | 3f3e56a427f794e82a3ca1a11fbd85050236c2b2 /modeling/model_env.py | |
parent | fbcbf9b850e372a42c43b6f769f9baa47517b85b (diff) |
visual bbbbroken
Diffstat (limited to 'modeling/model_env.py')
-rw-r--r-- | modeling/model_env.py | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/modeling/model_env.py b/modeling/model_env.py index e609209..1565cf4 100644 --- a/modeling/model_env.py +++ b/modeling/model_env.py @@ -13,9 +13,18 @@ def get_env(): screen["MineralienVar"] = {"text": "2", "position": (200, 200)} 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["GifteVar4"] = {"text": "6", "position": (300, 500)} screen["Sandstein"] = {"text": "Sandstein", "position": (400, 100)} + screen["SandsteinVar1"] = {"text": "3", "position": (400, 200)} + screen["SandsteinVar2"] = {"text": "4", "position": (400, 300)} + screen["SandsteinVar3"] = {"text": "5", "position": (400, 400)} + screen["SandsteinVar4"] = {"text": "6", "position": (400, 500)} + envs.append(screen) |