Add non-regression test states and Bluetooth diagnostic script
- Introduced a new JSON file containing non-regression test states with detailed unit information, including positions, ages, and movement directions across multiple frames. - Added a shell script for Bluetooth diagnostics that checks system information, Bluetooth binaries, running processes, D-Bus status, Bluetooth controller details, and audio stack status, providing a comprehensive overview for troubleshooting.
This commit is contained in:
+1
-1
@@ -37,7 +37,7 @@ class Point(Unit):
|
||||
|
||||
|
||||
def draw(self):
|
||||
image = self.game.assets[f"BMP_BONUS_{self.value}"]
|
||||
image = self.game.graphics.assets[f"BMP_BONUS_{self.value}"]
|
||||
image_size = self.game.render_engine.get_image_size(image)
|
||||
self.rat_image = image
|
||||
partial_x, partial_y = 0, 0
|
||||
|
||||
Reference in New Issue
Block a user