-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy path.gitignore
More file actions
62 lines (31 loc) · 682 Bytes
/
.gitignore
File metadata and controls
62 lines (31 loc) · 682 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
.DS_Store
*.pyc
*.py~
*.py#
pycallgraph.png
*.atlas~
*.json~
pyguts/spine/#Bone#
sword_pygame.py
pyguts/ImageAttachmentLoader.py
data/sword-skeleton.json
data/sword-animation.json
data/Star.png
data/Hilt.png
data/Blade.png
data/sword-stars.json
data/sword.atlas
data/sword.png
data/sword/Blade.png
data/sword/Hilt.png
data/sword/Star.png
spine_and_sword.py
build/pip-delete-this-directory.txt
pyguts/examples/data/sword-skeleton.json
pyguts/examples/data/sword-stars.json
pyguts/examples/data/sword.atlas
pyguts/examples/data/sword.png
pyguts/examples/data/sword/Blade.png
pyguts/examples/data/sword/Hilt.png
pyguts/examples/data/sword/Star.png
*.md~