mobile phone
-
Possible to move it two another location by changing the user interface somehow?
-
Native function wise I've not found much interesting to change when it comes to the mobile phone.
-
@R3QQ need to at least move it up a little, it is going beneath the bottom of the screen and that doesn't look right to me. I figured out how to move other elements around but just not the phone. Can't find anything anywhere that control it's position.
-
I'm not certain, and I haven't tested this myself, but I think globals 19406 and 19407 may control the position of the phone.
Here is the decompiled code that uses these globals, which draws the cellphone afaik: https://github.com/root-cause/v-decompiled-scripts/blob/4711aaee3de1dab46e6532556622dedd35e9835c/cellphone_flashhand.c#L843
And here are the default values: https://github.com/root-cause/v-decompiled-scripts/blob/4711aaee3de1dab46e6532556622dedd35e9835c/standard_global_init.c#L92
-
@Jitnaught Thanks for that. I'm not a programmer though so I'm not sure what to do with any of that.