Skip to content
Snippets Groups Projects
Commit 907ca223 authored by thomas's avatar thomas
Browse files

remove debug print

parent 7d1ab7b3
No related branches found
No related tags found
1 merge request!1Test/pyglet
......@@ -15,7 +15,6 @@ class DynamicObject():
self.y = 0 # y coordinate in mm
self.r = 0 # angle in radians
print("hello")
sprite_img = image.load(sprite_file_dir)
sprite_img.anchor_x = sprite_img.width // 2
sprite_img.anchor_y = sprite_img.height // 2
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment