frogger game
Dependencies: 4DGL-uLCD-SE MMA8452 SDFileSystem mbed wave_player
Fork of ECE2035_FroggerGame_SUM2015 by
Diff: map/map_private.h
- Revision:
- 6:5ed435a31cc7
- Parent:
- 4:3fb1d198e9d6
--- a/map/map_private.h Sun Jul 05 21:52:08 2015 +0000 +++ b/map/map_private.h Sun Jul 05 21:58:24 2015 +0000 @@ -1,4 +1,4 @@ -/* Gatech ECE2035 2015 SPRING PAC MAN +/*Gatech ECE2035 2015 SUMMER ROBOFROGGER * Copyright (c) 2015 Gatech ECE2035 * * Permission is hereby granted, free of charge, to any person obtaining a copy @@ -44,14 +44,14 @@ // It defines the values used in the DEFAULT_MAP -#define MAP_ATTRIBUTE_SIDE_WALK 0 //side walk +#define MAP_ATTRIBUTE_SIDE_WALK 0 //side walk #define MAP_ATTRIBUTE_CANDY 1 //candy -#define MAP_ATTRIBUTE_BIG_CANDY 2 //big candy -#define MAP_ATTRIBUTE_ROAD_L 3 -#define MAP_ATTRIBUTE_ROAD 4 -#define MAP_ATTRIBUTE_ROAD_R 5 -#define MAP_ATTRIBUTE_V_LINE 6 -#define MAP_ATTRIBUTE_SIDE_WALK_2 7 +#define MAP_ATTRIBUTE_BIG_CANDY 2 //big candy +#define MAP_ATTRIBUTE_ROAD_L 3 //left side of the road +#define MAP_ATTRIBUTE_ROAD 4 //middle of the road +#define MAP_ATTRIBUTE_ROAD_R 5 //right side of the road +#define MAP_ATTRIBUTE_V_LINE 6 //finish line +#define MAP_ATTRIBUTE_SIDE_WALK_2 7 #define DEFAULT_MAP {\