Revision 296
a few more changes
menu.c | ||
---|---|---|
37 | 37 |
rectangle_set_outline_color(ret->frame, GRAPH_WHITE); |
38 | 38 |
rectangle_set_fill_trans(ret->frame, GRAPH_TRANSPARENT); |
39 | 39 |
|
40 |
menu_add_item(ret, "Play"); |
|
41 |
menu_add_item(ret, "Test"); |
|
42 |
menu_add_item(ret, "Exit"); |
|
43 |
|
|
44 | 40 |
return ret; |
45 | 41 |
} |
46 | 42 |
|
Also available in: Unified diff