Skip to content

Commit 5f512b9

Browse files
committed
Add some arrows
1 parent 7889697 commit 5f512b9

File tree

5 files changed

+7
-1
lines changed

5 files changed

+7
-1
lines changed

Map.py

+7-1
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,18 @@
1919
clear = pg.image.load("button\\clear.jpg")
2020
run = pg.image.load("button\\run.jpg")
2121
quit = pg.image.load("button\\quit.jpg")
22-
option = pg.image.load('button\\option.jpg')
22+
option = pg.image.load("button\\option.jpg")
2323
map1 = pg.image.load("maps\\map1.jpg")
2424
map2 = pg.image.load("maps\\map2.jpg")
2525
map3 = pg.image.load("maps\\map3.jpg")
26+
left_f = pg.image.load("button\\left(50x50).jpg")
27+
right_f = pg.image.load("button\\right(50x50).jpg")
28+
action_f = pg.image.load("button\\action(50x50).jpg")
29+
straight_f = pg.image.load("button\\straight(50x50).jpg")
2630
a = 20
2731
b = 25
2832
current_x = 20
2933
current_y = 25
3034
map_list = [map1, map2, map3]
35+
function_x = 610
36+
function_y = 300

button/action(50x50).jpg

12.6 KB
Loading

button/left(50x50).jpg

18.6 KB
Loading

button/right(50x50).jpg

18.5 KB
Loading

button/straight(50x50).jpg

12.3 KB
Loading

0 commit comments

Comments
 (0)