ldkong commited on
Commit
eb47591
·
1 Parent(s): 947e2b9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -64,7 +64,7 @@ def path(action, body, hair, top, bottom):
64
  elif bottom == "red": bottom = '2'
65
  elif bottom == "silver": bottom = '3'
66
 
67
- name = './Sprite/' + 'domain_1/' + action + '/'
68
  name = name + 'front' + '_' + str(body) + str(bottom) + str(top) + str(hair) + '_'
69
 
70
  gif = display_gif(name)
 
64
  elif bottom == "red": bottom = '2'
65
  elif bottom == "silver": bottom = '3'
66
 
67
+ name = 'Sprite/frames/domain_1/' + action + '/'
68
  name = name + 'front' + '_' + str(body) + str(bottom) + str(top) + str(hair) + '_'
69
 
70
  gif = display_gif(name)