crystalwindow 4.0__py3-none-any.whl → 4.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- crystalwindow/__init__.py +4 -4
- {crystalwindow-4.0.dist-info → crystalwindow-4.1.dist-info}/METADATA +1 -1
- {crystalwindow-4.0.dist-info → crystalwindow-4.1.dist-info}/RECORD +6 -6
- {crystalwindow-4.0.dist-info → crystalwindow-4.1.dist-info}/WHEEL +0 -0
- {crystalwindow-4.0.dist-info → crystalwindow-4.1.dist-info}/licenses/LICENSE +0 -0
- {crystalwindow-4.0.dist-info → crystalwindow-4.1.dist-info}/top_level.txt +0 -0
crystalwindow/__init__.py
CHANGED
|
@@ -29,7 +29,7 @@ from .animation import Animation
|
|
|
29
29
|
from .collision import check_collision, resolve_collision
|
|
30
30
|
|
|
31
31
|
# === GUI & Extensions ===
|
|
32
|
-
from .gui import Button, Label, GUIManager,
|
|
32
|
+
from .gui import Button, Label, GUIManager, hex_to_rgb, Fade
|
|
33
33
|
from .gui_ext import Toggle, Slider
|
|
34
34
|
|
|
35
35
|
# === Time ===
|
|
@@ -42,7 +42,7 @@ from .draw_text_helper import DrawTextManager
|
|
|
42
42
|
from .draw_tool import CrystalDraw
|
|
43
43
|
|
|
44
44
|
# === Misc Helpers ===
|
|
45
|
-
from .fun_helpers import random_name, DebugOverlay
|
|
45
|
+
from .fun_helpers import random_name, DebugOverlay, random_color, random_palette, lerp
|
|
46
46
|
from .camera import Camera
|
|
47
47
|
from .color_handler import Colors, Color
|
|
48
48
|
|
|
@@ -81,10 +81,10 @@ __all__ = [
|
|
|
81
81
|
"Clock",
|
|
82
82
|
|
|
83
83
|
# --- Drawing ---
|
|
84
|
-
"gradient_rect", "CameraShake", "DrawHelper", "DrawTextManager", "CrystalDraw",
|
|
84
|
+
"gradient_rect", "CameraShake", "DrawHelper", "DrawTextManager", "CrystalDraw",
|
|
85
85
|
|
|
86
86
|
# --- Misc ---
|
|
87
|
-
"random_name", "DebugOverlay", "Camera", "Colors", "Color",
|
|
87
|
+
"random_name", "DebugOverlay", "Camera", "Colors", "Color", "random_palette", "lerp"
|
|
88
88
|
|
|
89
89
|
# --- 3D ---
|
|
90
90
|
"CW3D",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: crystalwindow
|
|
3
|
-
Version: 4.
|
|
3
|
+
Version: 4.1
|
|
4
4
|
Summary: A Tkinter powered window + GUI toolkit made by Crystal (MEEEEEE)! Easier apps, smoother UI and all-in-one helpers!
|
|
5
5
|
Home-page: https://pypi.org/project/crystalwindow/
|
|
6
6
|
Author: CrystalBallyHereXD
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
crystalwindow/FileHelper.py,sha256=aUnnRG7UwvzJt-idjWjmpwy3RM6nqLlC3-7Bae6Yb94,5471
|
|
2
|
-
crystalwindow/__init__.py,sha256=
|
|
2
|
+
crystalwindow/__init__.py,sha256=a2kdMZ29QZ4kSQ3M8jLvCR6g3OUQxNhdaT3ycxoames,2264
|
|
3
3
|
crystalwindow/ai.py,sha256=eImP3B7Zr_bzbpbEmcXvcu_PYxmV2Z6ku78obXtJwew,10265
|
|
4
4
|
crystalwindow/animation.py,sha256=zHjrdBXQeyNaLAuaGPldJueX05OZ5j31YR8NizmR0uQ,427
|
|
5
5
|
crystalwindow/assets.py,sha256=2Cj0zdhMWo3mWjdr9KU5n-9_8iKj_fJ9uShMFA-27HU,5193
|
|
@@ -33,8 +33,8 @@ crystalwindow/gametests/guitesting.py,sha256=SrOssY5peCQEV6TQ1AiOWtjb9phVGdRzW-Q
|
|
|
33
33
|
crystalwindow/gametests/sandbox.py,sha256=Oo2tU2N0y3BPVa6T5vs_h9N6islhQrjSrr_78XLut5I,1007
|
|
34
34
|
crystalwindow/gametests/squaremove.py,sha256=poP2Zjl2oc2HVvIAgIK34H2jVj6otL4jEdvAOR6L9sI,572
|
|
35
35
|
crystalwindow/gametests/windowtesting.py,sha256=_9X6wnV1-_X_PtNS-0zu-k209NtFIwAc4vpxLPp7V2o,97
|
|
36
|
-
crystalwindow-4.
|
|
37
|
-
crystalwindow-4.
|
|
38
|
-
crystalwindow-4.
|
|
39
|
-
crystalwindow-4.
|
|
40
|
-
crystalwindow-4.
|
|
36
|
+
crystalwindow-4.1.dist-info/licenses/LICENSE,sha256=Gt5cJRchdNt0guxyQMHKsATN5PM5mjuDhdO6Gzs9qQc,1096
|
|
37
|
+
crystalwindow-4.1.dist-info/METADATA,sha256=IUVMvg9Aekt1CYxWpzsp3412Yzb21HHFFnJTKG9-7os,7338
|
|
38
|
+
crystalwindow-4.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
39
|
+
crystalwindow-4.1.dist-info/top_level.txt,sha256=PeQSld4b19XWT-zvbYkvE2Xg8sakIMbDzSzSdOSRN8o,14
|
|
40
|
+
crystalwindow-4.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|