Game Menu template

Can anyone make me a game menu template? Please & thank you :blob_hearts:

Background


You don’t have to use this image as the background, you can do whatever you want :slight_smile:

2 Likes

do you want it with regural choices or tappable. and what kind of choices do you want?

Tappable & the choices can be Start, Customize, End, Credits :slight_smile:

alright any specific font for them?
take a look here if you need ideas for a font

The Augustus from the Roman Greek looks good

perfect! i’ll make it

Thank you :smiling_face_with_three_hearts:

1 Like

sorry i forgot. what color do you want the text?

label game_menu
INT. BG - NIGHT with START to 0.626 83 385 with CUSTOMISE to 0.903 34 321 with CREDITS to 1.000 100 260 with END to 1.000 133 213
#THE PLACEMENT OF THE OVERLAYS DOES NOT REALLY MATTER. YOU CAN CHANGE IT. JUST MAKE SURE THEY ARE NOT TOO CLOSE TO EACH OTHER SO THEY DO NOT OVERLAP#
tappable
“START”{
goto start_episode
}“CUSTOMISE”{
goto customise
}“CREDITS”{
goto credits
}“END”{
goto end_chapter
}

label customise
#CC TEMPLATE GOES HERE#
NARR
CC your character.

label credits
#IF YOU ARE USING THE SAME BG FOR THE CREDITS THEN MAKE SURE YOU REMOVE THE OVERLAYS.#
NARR
Credits.
goto game_menu

label start_episode
#EPISODE GOES HERE#
NARR
Start.

label end_chapter
#END CHAPTER HERE#
NARR
End.

1 Like

White or gold is fine

Thank you so much :white_heart:

1 Like

start gold start white cc gold cc white credits gold credits white end gold end white

1 Like

you are welcome <3

1 Like

Sorry to bother you but for some reason it says Label may not contain certain space

on which label does it say it?


goto START MENU

you cannot write labels with spaces. either write STARTMENU or START_MENU

1 Like

Oh ok thanks my bad

1 Like