ongx 0.2.3__py3-none-any.whl → 0.2.4__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.
- ongx/__init__.py +0 -3
- {ongx-0.2.3.dist-info → ongx-0.2.4.dist-info}/METADATA +2 -2
- ongx-0.2.4.dist-info/RECORD +8 -0
- ongx/main/core/__init__.py +0 -0
- ongx-0.2.3.dist-info/RECORD +0 -9
- /ongx/{main → assets}/__init__.py +0 -0
- /ongx/{main/assets → core}/__init__.py +0 -0
- /ongx/{main/core → core}/main.py +0 -0
- {ongx-0.2.3.dist-info → ongx-0.2.4.dist-info}/WHEEL +0 -0
- {ongx-0.2.3.dist-info → ongx-0.2.4.dist-info}/top_level.txt +0 -0
ongx/__init__.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: ongx
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.4
|
|
4
4
|
Summary: LOL
|
|
5
5
|
Author-email: Demid <you@example.com>
|
|
6
6
|
License: MIT
|
|
@@ -22,7 +22,7 @@ ONGX - это движок для создание двухмерных игр
|
|
|
22
22
|
|
|
23
23
|
ОNGX делан командой "одним человеком" с название ЧВК "DRAGON"
|
|
24
24
|
|
|
25
|
-

|
|
26
26
|
|
|
27
27
|
|
|
28
28
|
# ФУНКЦИИ ДВИЖКА
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
ongx/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
+
ongx/assets/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
3
|
+
ongx/core/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
|
+
ongx/core/main.py,sha256=KVR03Tsn7P9cUJUsL2unzOKBIdNNfsrtK_IxHeXCTqE,2371
|
|
5
|
+
ongx-0.2.4.dist-info/METADATA,sha256=e-Eu8LbagviY7R5mGhMmXBTAzqEVtwL8e-apzkTH9Ow,1271
|
|
6
|
+
ongx-0.2.4.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
|
|
7
|
+
ongx-0.2.4.dist-info/top_level.txt,sha256=dyh-Z4rRitJTkvkFNRRyIWC-XJy47P6VGXNWpT8x22w,5
|
|
8
|
+
ongx-0.2.4.dist-info/RECORD,,
|
ongx/main/core/__init__.py
DELETED
|
File without changes
|
ongx-0.2.3.dist-info/RECORD
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
ongx/__init__.py,sha256=ROhp7_0A1jdEkIeO4xA_IPAc6wpVbUfeg2EY6ApzAMo,207
|
|
2
|
-
ongx/main/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
3
|
-
ongx/main/assets/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
|
-
ongx/main/core/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
5
|
-
ongx/main/core/main.py,sha256=KVR03Tsn7P9cUJUsL2unzOKBIdNNfsrtK_IxHeXCTqE,2371
|
|
6
|
-
ongx-0.2.3.dist-info/METADATA,sha256=fOtbCL4XD9-m6vZnAsxzYUhuZ0yG4LskLsZojKjG7X4,1276
|
|
7
|
-
ongx-0.2.3.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
|
|
8
|
-
ongx-0.2.3.dist-info/top_level.txt,sha256=dyh-Z4rRitJTkvkFNRRyIWC-XJy47P6VGXNWpT8x22w,5
|
|
9
|
-
ongx-0.2.3.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
/ongx/{main/core → core}/main.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|