GameBox 0.1.0__py3-none-any.whl → 0.1.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.
@@ -22,7 +22,6 @@ class _playerPhysics:
22
22
 
23
23
  def update(self):
24
24
  self.ckeck_is_on_ground()
25
- self.fixVelocities()
26
25
  x, y = self.check_collisions()
27
26
  if type(Global.cam.follow) != type(self.player):
28
27
  self.player.x = x
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: GameBox
3
- Version: 0.1.0
3
+ Version: 0.1.1
4
4
  Summary: GameBox is a beginner-friendly Python package built on top of pygame, designed to make 2D game development faster and easier. It provides ready-to-use modules, utilities, and abstractions that let new developers create polished games without needing advanced coding knowledge—while still offering the flexibility for experienced coders to customize and extend.
5
5
  Author-email: Sam Fertig <sfertig007@gmail.com>
6
6
  License-Expression: MIT
@@ -7,8 +7,8 @@ GameBox/basics/cammera.py,sha256=r5veuC6T3PUHM_9O-d-kjsNEDQv0k5-8_AKke2XGn0E,728
7
7
  GameBox/basics/utils.py,sha256=w6H34MhxcNoX58iQtlvbT5-4GXefy3RIMTxZGP9fSxA,432
8
8
  GameBox/player/_player.py,sha256=A1a281ToYM_kbMMaTZT3OLFXPDpqZpnAfMNd4WxwWfI,1066
9
9
  GameBox/player/_playerControler.py,sha256=XEb87RFlgLFoXnXqxIS4lpzHN0wywMNCX5y-NIhw0cs,1715
10
- GameBox/player/_playerPhysics.py,sha256=1DWjWk8J4eH5YpGCTHaJQVHOWExjJdPZArJVNKrfliA,3685
11
- gamebox-0.1.0.dist-info/METADATA,sha256=DnUktpoPqNzEJ6Ru0dceEy3xUSHjJ0dNNsvsNvFzTis,1015
12
- gamebox-0.1.0.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
13
- gamebox-0.1.0.dist-info/licenses/LICENSE,sha256=gcuuhKKc5-dwvyvHsXjlC9oM6N5gZ6umYbC8ewW1Yvg,35821
14
- gamebox-0.1.0.dist-info/RECORD,,
10
+ GameBox/player/_playerPhysics.py,sha256=GLJSiXQn3QPyJd0Z60Evv0vYUjwz8IMIFGM1KMqABjA,3655
11
+ gamebox-0.1.1.dist-info/METADATA,sha256=hGFGeTruGZR5ieZwjoyoKPyda6cGQGUkGW2_Bcb6e4s,1015
12
+ gamebox-0.1.1.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
13
+ gamebox-0.1.1.dist-info/licenses/LICENSE,sha256=gcuuhKKc5-dwvyvHsXjlC9oM6N5gZ6umYbC8ewW1Yvg,35821
14
+ gamebox-0.1.1.dist-info/RECORD,,