Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Move location title somewhere else


Eevee204
 Share

Recommended Posts

Client side,

modGameLogic
search for: Public Sub UpdateDrawMapName()
This is the placement code:
```
    DrawMapNameX = Camera.Left + ((MAX_MAPX + 1) * PIC_X / 2)[color] - getWidth(TexthDC, Trim$(Map.Name))[/color]
    DrawMapNameY = Camera.top + 1

```This is where on the Y axis the title is displayed.
```
    DrawMapNameY = Camera.top + 1 
```
this is where on the X axis the title is displayed.
```
    DrawMapNameX = Camera.Left + ((MAX_MAPX + 1) * PIC_X / 2) - getWidth(TexthDC, Trim$(Map.Name))
```
Do not change the
```
- getWidth(TexthDC, Trim$(Map.Name))
```if you dont know what it does.

Hope it helped some.
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...