You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
4 years ago | |
---|---|---|
.. | ||
battery.pxd | 4 years ago | |
.DS_Store | 4 years ago | |
Makefile | 4 years ago | |
README.md | 4 years ago | |
arrow_down.txt | 4 years ago | |
arrow_up.txt | 4 years ago | |
battery_25.png | 4 years ago | |
battery_50.png | 4 years ago | |
battery_75.png | 4 years ago | |
battery_100.png | 4 years ago | |
battery_low.png | 4 years ago | |
box.png | 4 years ago | |
build.py | 4 years ago | |
cbuild.py | 4 years ago | |
cylon.py | 4 years ago | |
fruit.png | 4 years ago | |
graphics.py | 4 years ago | |
loading1.png | 4 years ago | |
more_left.txt | 4 years ago | |
more_right.txt | 4 years ago | |
passport.png | 4 years ago | |
scroll.txt | 4 years ago | |
scrollbar.txt | 4 years ago | |
selected.txt | 4 years ago | |
sm_box.txt | 4 years ago | |
space.txt | 4 years ago | |
spin.txt | 4 years ago | |
splash.png | 4 years ago | |
tbox.png | 4 years ago | |
tetris_pattern_0.png | 4 years ago | |
tetris_pattern_1.png | 4 years ago | |
tetris_pattern_2.png | 4 years ago | |
tetris_pattern_3.png | 4 years ago | |
tetris_pattern_4.png | 4 years ago | |
tetris_pattern_5.png | 4 years ago | |
tetris_pattern_6.png | 4 years ago | |
wedge.png | 4 years ago | |
wordmark.png | 4 years ago | |
xbox.png | 4 years ago |
README.md
Passport Graphics
- Add or edit
.txt
or.png
files in this folder - Run
make
to generategraphics.py
- Run
cp graphics.py ../modules
to update the graphics in the actual app. - In your python render functions, call
dis.icon(x, y, 'icon_filename')
to draw the icon.