basilisk-engine 0.0.4__py3-none-any.whl → 0.0.6__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.

Potentially problematic release.


This version of basilisk-engine might be problematic. Click here for more details.

basilisk/engine.py CHANGED
@@ -63,7 +63,6 @@ class Engine():
63
63
  else:
64
64
  pg.display.set_mode(self.win_size, vsync=vsync, flags=pg.OPENGL | pg.DOUBLEBUF | pg.RESIZABLE)
65
65
  pg.display.set_caption(title)
66
- pg.display.set_icon(pg.image.load("basilisk.png"))
67
66
 
68
67
  # MGL context setup
69
68
  self.ctx = mgl.create_context()
@@ -75,6 +74,9 @@ class Engine():
75
74
  self.root = os.path.dirname(__file__)
76
75
  self.cube = Cube(self)
77
76
 
77
+ # Update the icon
78
+ pg.display.set_icon(pg.image.load(self.root + '/bsk_assets/basilisk.png'))
79
+
78
80
  # Time variables
79
81
  self.clock = pg.time.Clock()
80
82
  self.delta_time = 0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: basilisk-engine
3
- Version: 0.0.4
3
+ Version: 0.0.6
4
4
  Summary: Python 3D Framework
5
5
  Home-page: https://basilisk-website.vercel.app/
6
6
  Author: Name
@@ -1,6 +1,6 @@
1
1
  basilisk/__init__.py,sha256=g1picXHoGTf2Oo0cc7XfMZr58QW8sPO7Gubsvlfmj_E,339
2
2
  basilisk/config.py,sha256=ynTRlX633DGoEtZOeAK8KNJF6offV3k3XFD7cia3Keg,61
3
- basilisk/engine.py,sha256=jp5_ZDwp72UdbWvQIciOcWo63x5SFYtZ4tW_TQOYB5U,5744
3
+ basilisk/engine.py,sha256=lGDJtSf6Z4mgJ014AWqHXOUz5iM4aJd18A0k_48gH7o,5805
4
4
  basilisk/scene.py,sha256=ow3w2ZouBdn7E1xw39-aMu7_gbsnDxzeNi1mqbYqa-M,4452
5
5
  basilisk/bsk_assets/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
6
6
  basilisk/collisions/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -58,7 +58,7 @@ basilisk/render/material_handler.py,sha256=pYgDBFFJw9TASVBQ33F4eO7SEh4vpVIHIDoVf
58
58
  basilisk/render/shader_handler.py,sha256=DBpW_Dx4GAaR_YHAslu4ZuXk35mL4iZaEIGMCpBQX7U,3557
59
59
  basilisk/render/sky.py,sha256=aYC8W_RehC084OcJK22HQnViu_wFPWqHv8lMzSwBJMw,4725
60
60
  basilisk/shaders/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
61
- basilisk_engine-0.0.4.dist-info/METADATA,sha256=Qf6kcCPol9MB8o3m8GSt6hxd9hzzFtNdFWhQLJYVi-E,1118
62
- basilisk_engine-0.0.4.dist-info/WHEEL,sha256=OVMc5UfuAQiSplgO0_WdW7vXVGAt9Hdd6qtN4HotdyA,91
63
- basilisk_engine-0.0.4.dist-info/top_level.txt,sha256=enlSYSf7CUyAly1jmUCNNGInTbaFUjGk4SKwyckZQkw,9
64
- basilisk_engine-0.0.4.dist-info/RECORD,,
61
+ basilisk_engine-0.0.6.dist-info/METADATA,sha256=B0DXxCBsU_RyI7LCiRpiMqzEAYSKZz5eMAWOWghUTgg,1118
62
+ basilisk_engine-0.0.6.dist-info/WHEEL,sha256=OVMc5UfuAQiSplgO0_WdW7vXVGAt9Hdd6qtN4HotdyA,91
63
+ basilisk_engine-0.0.6.dist-info/top_level.txt,sha256=enlSYSf7CUyAly1jmUCNNGInTbaFUjGk4SKwyckZQkw,9
64
+ basilisk_engine-0.0.6.dist-info/RECORD,,