main menu renginering #157
-
|
how do i make a main menu like the one shown in the video https://youtu.be/_SAAYf5cZWY |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
|
code it |
Beta Was this translation helpful? Give feedback.
-
|
You would need to make new sprites for the likes of the background and then each individual option. After that you would need to assign the new sprites to the menu. An example of this which is in the framework already is obj_gui_pause and spr_obj_gui_pause. |
Beta Was this translation helpful? Give feedback.
-
|
thanks |
Beta Was this translation helpful? Give feedback.
You would need to make new sprites for the likes of the background and then each individual option. After that you would need to assign the new sprites to the menu. An example of this which is in the framework already is obj_gui_pause and spr_obj_gui_pause.