diff --git a/UrsaCraft_video.py b/UrsaCraft_video.py index 5813d04..45e1ee2 100644 --- a/UrsaCraft_video.py +++ b/UrsaCraft_video.py @@ -66,7 +66,7 @@ def __init__(self): parent = camera.ui, model = 'assets/arm', texture = arm_texture, - scale = 0.2, + scale = 0.2, rotation = Vec3(150,-10,0), position = Vec2(0.4,-0.6)) @@ -84,4 +84,4 @@ def passive(self): sky = Sky() hand = Hand() -app.run() \ No newline at end of file +app.run()