mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-18 10:09:17 +02:00
Python 3.14 build and CI updates
Squashes the last five commits: migrate to Python 3.14 (CMake, AppVeyor, Azure, README), vcpkg/setup-ci fixes, CMake adjustments, remove bundled ref/python 2.7, and related scripting/static file updates. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -7,7 +7,7 @@ class abstractscreenrenderer():
|
||||
self.width = 0
|
||||
self.height = 0
|
||||
self.format = "RGB"
|
||||
print lookup_path
|
||||
print(lookup_path)
|
||||
|
||||
def openimage(self, name):
|
||||
exts = [ ".png", ".tga", ".dds" ]
|
||||
|
||||
Reference in New Issue
Block a user