Need explaination on layout
Posted: Sat Jul 09, 2016 2:09 am
Whats the diffrence between this layout then other layout ?
layout.LOADING
when it will be shown ?
i mistaken this layout as a 'NOW LOADING' screen ><
I Already Read The Documentation
And im confused with this word 'Loading will lose unsaved progress'
So loading the game will make user lose unsaved data ?
layout.LOADING
when it will be shown ?
i mistaken this layout as a 'NOW LOADING' screen ><
I Already Read The Documentation
Code: Select all
layout.ARE_YOU_SURE - "Are you sure?" This should be the default if the message is unknown.
layout.DELETE_SAVE - "Are you sure you want to delete this save?"
layout.OVERWRITE_SAVE - "Are you sure you want to overwrite your save?"
layout.LOADING - "Loading will lose unsaved progress.nAre you sure you want to do this?"
layout.QUIT - "Are you sure you want to quit?"
layout.MAIN_MENU - "Are you sure you want to return to the mainnmenu? This will lose unsaved progress."
layout.END_REPLAY - "Are you sure you want to end the replay?"So loading the game will make user lose unsaved data ?