Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions UrsaCraft_video.py
Original file line numberDiff line numberDiff line change
Expand Up@@ -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))

Expand All@@ -84,4 +84,4 @@ def passive(self):
sky = Sky()
hand = Hand()

app.run()
app.run()